Looking for standalone Python

T

Twig

Hello,

I have a need to have python on intranet server for other users to
create a common tool base for working community (SW). So that workers
can take it in use just by mapping the drive adding dirs to paths.

Need to have all standard modules at the same place, so there would not
be any local installations required.

Is this possible? Easy?

Any ideas.
 
F

Fredrik Lundh

Twig said:
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>
 
T

Twig

| 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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,145
Messages
2,570,826
Members
47,371
Latest member
Brkaa

Latest Threads

Top