running python from a memory stick?

Jonathan Harris noone at nowhere
Thu Jul 13 13:44:38 EDT 2006


John Salerno wrote:
> Is there a way to 'install' and use Python on a memory stick
...
 > and then just write and run scripts normally straight from
> your memory stick?

Do you actually want a full python environment? Or do you just want an 
easy way to run your scripts on another machine?

If the latter, then look at http://www.py2exe.org/ - "convert python 
scripts into standalone windows programs".

Jonathan.



More information about the Python-list mailing list