Package: python-profiler
Version: 2.4.3-2
Severity: normal
Hi,
the script at /usr/lib/python2.4/profile.py starts #!/usr/bin/env python.
The result is an exception:
Traceback (most recent call last):
File "/home/calvin/bin/py-profile", line 42, in ?
from optparse import OptionParser
File "/usr/lib/python2.4/optparse.py", line 71, in ?
import textwrap
File "/usr/lib/python2.4/textwrap.py", line 10, in ?
import string, re
File "/usr/lib/python2.4/string.py", line 83, in ?
import re as _re
File "/usr/lib/python2.4/re.py", line 5, in ?
from sre import *
File "/usr/lib/python2.4/sre.py", line 97, in ?
import sre_compile
File "/usr/lib/python2.4/sre_compile.py", line 17, in ?
assert _sre.MAGIC == MAGIC, "SRE module mismatch"
AssertionError: SRE module mismatch
Please use "#!/usr/bin/env python2.4" as script start.
Regards,
Bastian
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-treasure1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages python-profiler depends on:
ii python 2.3.5-11 An interactive high-level object-o
ii python-central 0.5.1 register and build utility for Pyt
python-profiler recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]