New submission from Jacob Singh <jacobsi...@gmail.com>:

While repoze.profiler seems to be 2.4 compat with the try...except in the
import, pyprof2calltree seems to not be.  Here is the trace:

Traceback (most recent call last):
  File "/usr/local/solrflare/bin/gate2.py", line 129, in ?
    main()
  File "/usr/local/solrflare/bin/gate2.py", line 113, in main
    from repoze.profile.profiler import AccumulatingProfileMiddleware
  File
"/usr/lib/python2.4/site-packages/repoze.profile-0.8-py2.4.egg/repoze/profile/profiler.py",
line 16, in ?
    import pyprof2calltree
  File "build/bdist.linux-i686/egg/pyprof2calltree.py", line 29, in ?

----------
messages: 182
nosy: JacobSingh
priority: bug
status: unread
title: Python 2.4 and profiler, broken with pyprof2calltree
topic: repoze.profiler

__________________________________
Repoze Bugs <b...@bugs.repoze.org>
<http://bugs.repoze.org/issue72>
__________________________________
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to