Re: Minimilistic Python on Linux?

2009-03-12 Thread Royce Wilson
Is there a way to veiw the modules without import sys? Thanks again. On Thu, Mar 12, 2009 at 1:52 PM, Royce Wilson wrote: > Thanks, much better. What exactly do I lose when I launch python without > site.py? > > > On Wed, Mar 11, 2009 at 10:27 PM, Gabriel Genellina < > g

Re: Minimilistic Python on Linux?

2009-03-12 Thread Royce Wilson
Thanks, much better. What exactly do I lose when I launch python without site.py? On Wed, Mar 11, 2009 at 10:27 PM, Gabriel Genellina wrote: > En Thu, 12 Mar 2009 00:41:18 -0200, Royce Wilson > escribió: > >> On Wed, Mar 11, 2009 at 9:33 PM, Royce Wilson wrote: >> >

Re: Minimilistic Python on Linux?

2009-03-11 Thread Royce Wilson
On Wed, Mar 11, 2009 at 9:33 PM, Royce Wilson wrote: > Thanks for the quick responses. When I view sys.modules I get this: > > sre_compile _collections locale _sre functools encodings site operator io > __main__ copyreg _weakref abc builtins encodings.cp437 errno sre_co

Minimilistic Python on Linux?

2009-03-11 Thread Royce Wilson
I'm working on a minimilistic linux project and would like to include Python. However, since Python is around 17MB (compressed) and previous releases of this linux distro are under 100MB (compressed) standard Python releases are much to large. I just need the runtime libs of Python, the absoulute