[Python-Dev] __module__ not found on ported Python

Brett Cannon brett at python.org
Mon Jul 7 23:15:32 CEST 2008


On Mon, Jul 7, 2008 at 1:48 PM, Pree Raj <priyarp.tech at gmail.com> wrote:
[SNIP]
> 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.

You can look at sys.builtin_module_names to see what CPython compiles
in. Otherwise you just have to go based on what error messages say. =)

-Brett


More information about the Python-Dev mailing list