[Bug 72049] Re: Modules won't load under python-dbg

2007-04-04 Thread Darren Warner
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

[Bug 72049] Re: Modules won't load under python-dbg

2006-12-07 Thread mithro
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

[Bug 72049] Re: Modules won't load under python-dbg

2006-12-07 Thread Matthias Klose
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