"Fredrik Lundh" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
| 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>
|
|
|

It is simple if you know it:) This makes my life much easier..
I thank you!

With python24.dll I found files

pythoncom24.dll
pythonw.exe (this is ok)
PYTHONW.EXE-3A9BB115.pf

from system dir. Should they be copied too?




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

Reply via email to