[Python-Dev] Is this a bug?

Neal Norwitz nnorwitz at gmail.com
Thu Aug 10 06:53:19 CEST 2006


On 8/9/06, Josiah Carlson <jcarlson at uci.edu> wrote:
> 2.4 performed these imports silently, while 2.5 complains "SystemError:
> Parent module 'x' not loaded", which is actually a useful message, and
> helped me fix it.

Can you make a small, self-contained test case?  The SystemError
should be a normal exception and might indicate a deeper problem.

Thanks,
n


More information about the Python-Dev mailing list