How To compile Python without any module.

Delaney, Timothy tdelaney at avaya.com
Tue Oct 16 20:20:16 EDT 2001


> From: dag4004 [mailto:dag4004 at caramail.com]
> 
> I want to build a Python interrpreter without any module build in,
> because i havn't enought RAM space.
> How must i do?

If you don't have enough RAM for modules, you won't have enough for Python.
Modules and Python are inextricably linked.

I think you need to explain your requirements a bit better.

Tim Delaney




More information about the Python-list mailing list