For the SRU reviewers, this is a simple test:
Current Feisty (without python-ctypes installed):
$ python2.4 -c 'assert False'
Error in sys.excepthook:
Traceback (most recent call last):
File "/var/lib/python-support/python2.4/apport_python_hook.py", line 30, in
apport_excepthook
import apport.report, apport.fileutils
File "/var/lib/python-support/python2.4/apport/__init__.py", line 1, in ?
from apport.report import Report
File "/var/lib/python-support/python2.4/apport/report.py", line 15, in ?
import ctypes, ctypes.util, fnmatch
ImportError: No module named ctypes
With SRU package:
$ python2.4 -c 'assert False'
Traceback (most recent call last):
File "<string>", line 1, in ?
AssertionError
--
apport hooks included in python2.4, but code only works with 2.5
https://bugs.launchpad.net/bugs/107662
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs