Looking for standalone Python

Twig noaddress at ohno.email.com
Fri Jan 20 09:20:54 EST 2006


"Fredrik Lundh" <fredrik at pythonware.com> wrote in message 
news:mailman.834.1137760085.27775.python-list at python.org...
| 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?







More information about the Python-list mailing list