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>



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to