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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to