How To compile Python without any module.

dag4004 dag4004 at carmail.com
Wed Oct 17 12:58:50 EDT 2001


"Delaney, Timothy" <tdelaney at avaya.com> a écrit dans le message news:
mailman.1003278110.31066.python-list at python.org...
> > 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
>

You right, It was not very well explain.
(English isn't my natural language so it is a bit hard for me ;-)
In fact i don't need the build in modules like sys.
So how could i built python with out the build in modules.
I want to use Python on 8Mo of Flash and 16Mo of RAM.

Thank You.





More information about the Python-list mailing list