Running Python 2.3 on a Windows 2000 network

Peter Hansen peter at engcorp.com
Thu Aug 14 07:31:36 EDT 2003


Thomas Heller wrote:
> 
> Peter Hansen <peter at engcorp.com> writes:
> 
> > John Ochiltree wrote:
> >>
> >> Worked like a dream. I now have a shared python shell
> >
> > Can you check whether "import pythoncom" and "import pywintypes"
> > and (if you've installed the Win32 extensions) "import win32api"
> > all work?
> >
> > If these work without your having to do anything to the registry,
> > I'm curious about the installation process you used, since we
> > had to do additional steps to get the same result.
> 
> You are aware that recently Mark changed things so the the registry is
> no longer used for importing?

No!  Thank you... my experience comes from setting this up with 
versions prior to the latest (or "recently" released ones) so
likely once we upgrade we can abandon the trickery.  Good to know.

-Peter




More information about the Python-list mailing list