I'd like to second the above comment that a failure should be reported.
Actually, there seems to be a number of problems mixing debug and non-
debug versions of python modules and not all of them are straightforward
to resolve. While debugging a python application (gramps), I fixed a
number of miss
Then they shouldn't be in a path which the debug version of python finds
them?
You should instead be getting something like
>>> import testing
Traceback (most recent call last):
File "", line 1, in ?
ImportError: No module named testing
instead of the undefined symbol.
None of the modules seem
it's not a bug. extensions need to be explicitely built for the python
debug build.
** Changed in: python2.4 (Ubuntu)
Assignee: (unassigned) => Matthias Klose
Status: Unconfirmed => Rejected
--
Modules won't load under python-dbg
https://launchpad.net/bugs/72049
--
ubuntu-bugs mai