running python from a memory stick?

Fredrik Lundh fredrik at pythonware.com
Thu Jul 13 10:03:54 EDT 2006


John Salerno wrote:

> Is there a way to 'install' and use Python on a memory stick, just as
> you would on any computer? I use Windows, and I know the installation
> does things with the registry, so probably I couldn't use the executable
> file to install it.

just install it as usual on C:, and copy the \python24 directory, plus the python24.dll
from \windows\system32, to a suitable directory on the stick.  you can use a tool like
exemaker:

    http://effbot.org/zone/exemaker.htm

to provide EXE loaders for your scripts.

</F> 






More information about the Python-list mailing list