Python installation on a Windows shared disk

Gerhard Häring gerhard at bigfoot.de
Mon Apr 15 10:31:15 EDT 2002


Eric Brunel wrote in comp.lang.python:
> Hi all,
> 
> I'm trying to do an installation of Python 2.1 on a shared Windows 2K disk.
> People should then be able to use this installation from all PCs seeing this
> disk. [...]

This should work:

- Install Python in a directory on your share
- Copy the Python$VERSION.DLL from $SYSTEMROOT/System32/ into the
  directory you installed Python in (in the same one the python.exe
  went)
- Put this share in the PATH on your client PCs

Nothing more should be needed.

Gerhard
-- 
mail:   gerhard <at> bigfoot <dot> de       registered Linux user #64239
web:    http://www.cs.fhm.edu/~ifw00065/    OpenPGP public key id AD24C930
public key fingerprint: 3FCC 8700 3012 0A9E B0C9  3667 814B 9CAA AD24 C930
reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))



More information about the Python-list mailing list