[Python-Dev] __module__ not found on ported Python

"Martin v. Löwis" martin at v.loewis.de
Tue Jul 8 07:32:29 CEST 2008


> ImportError: __import__ not found
> I am not sure where the initialization is going wrong for this error to
> show up.
> Can someone please help.

This isn't really the right list to ask for help, at least without
studying some source code prior to posting. The specific error message
is produced in ceval.c, IMPORT_NAME. Use debugging technologies
to trace through the code to find out what went wrong.

Regards,
Martin


More information about the Python-Dev mailing list