(OT) Is there something that people can use instead of full blown Python to run Python programs?

Alan Kemp alan at alankemp.com
Thu Aug 18 12:44:28 EDT 2005


On Thu, 18 Aug 2005 12:38:30 -0400, Gregory Piñero <gregpinero at gmail.com>  
wrote:

> I'm no expert, but I'm guessing you could compile a python with less
> libraries. I bet that would slim it down a lot.
>
> -Greg
>
>
> On 8/18/05, Nathan Pinno <falcon3166 at hotmail.com> wrote:
>>
>> Hi all,
>>  Is there something besides the full blown version of Python that people
>> can use to run Python programs, or do they have to use the full blown
>> version of it?
>>  Thanks,
>> Nathan


Alternativly, use something like  
http://starship.python.net/crew/theller/py2exe/ to convert into a native  
executable.  Of course this depends on whether your question was intended  
as "how can people run some python script", or "how can people run my  
python script".

Alan



More information about the Python-list mailing list