[Python-Dev] __module__ not found on ported Python

Pree Raj priyarp.tech at gmail.com
Mon Jul 7 22:48:45 CEST 2008


Hi,
I am trying to port Python to ThreadX.
I have managed to get the prompt.
However when I try "import sys" or any built in module I get an error

__import__ not found.

initmain() in the Initialization code is commented out at present because of
some errors.
Could it be because of this ?

Also, I would like to know which are the MUST HAVE built in modules to be
included for normal working of my ported version of Python.

Thanks,
Priya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20080707/e21c2cce/attachment.htm>


More information about the Python-Dev mailing list