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
_______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com