Can Python be run off of a CD-ROM?

Gerhard Häring gh at ghaering.de
Tue Dec 2 07:58:58 EST 2003


Eddie Corns wrote:
> [...] I was wondering whether there was a howto on running Python from Windows
> without it being in the registry [...]

Here's the HOWTO, in one sentence:

Grab a Python directory, copy the python{major}{minor}.dll from 
%SYSTEMROOT%\system32 into this Python directory.

In there, Python now runs standalone, and you can burn the whole 
directory on a CD if you like.

win32 Python does have module search paths in the registry, but they 
aren't required.

-- Gerhard






More information about the Python-list mailing list