Re: Distributing Python programs

From: Graham (gsmith_at_oxfam.org.uk)
Date: 01/28/04


Date: Wed, 28 Jan 2004 14:53:33 -0000


"Peter Hansen" <peter@engcorp.com> wrote in message

> Yes, we run dozens of machines from a single network installation.
> Depending on what extensions you need to install (e.g. win32all) you may
> need to make some small manual adjustments to get it to work, but
> in essence you can just do a "non-admin" local install, then copy the
> entire directory tree to the network.
>
Peter
Thanks for this info. Will this work with Python for Windows? I tried what
you suggested a few days ago but found when I ran a python script it asked
me for a python.dll which I have found not in the directory tree but in my
local system32 directory (I have a local Python installation).

What is significant about the "non-admin" install and how do you do this?

regards

Graham Smith

PeopleSoft Technical Team Leader
OXFAM GB
+44 (1865) 313255
gsmith@oxfam.org.uk



Relevant Pages

  • Re: Chinese character error
    ... I made a small script to recursively copy files from a directory tree ... Chinese - Chin ... Question marks as does the os.listdir in Python. ...
    (comp.lang.python)
  • Re: Finding a modules sub modules at runtime
    ... walk the directory tree. ... where is Python "gathering that information anyway"? ... I am assuming, however, that the help function walks the directory ...
    (comp.lang.python)
  • Re: can tarfile maintain directory structure?
    ... You can use os.walk (or os.path.walk for older versions of Python) to ... recurse a directory tree. ... * Invoking the script ... and the 3-argument TarFile constructor, ...
    (comp.lang.python)
  • Re: Finding a modules sub modules at runtime
    ... Joshua J. Kugler wrote: ... walk the directory tree. ... where is Python "gathering that information anyway"? ...
    (comp.lang.python)