Looking for standalone Python

Fredrik Lundh fredrik at pythonware.com
Fri Jan 20 07:27:39 EST 2006


Twig wrote:

> Would it work if I just install Python locally (yes, Win..) and copy the
> files to shared dir/drive?

absolutely.

1) do a local install to, say, c:\python24

2) check if the python DLL (python24.dll) was installed along the
python.exe file in that directory.

if not, copy it from \windows\system32 (or \winnt\system32, etc)
to c:\python24

3) copy the entire python24 tree to suitable shared directory

4) add the shared python24 directory to the path.

</F>






More information about the Python-list mailing list