Running Python 2.3 on a Windows 2000 network

Peter Hansen peter at engcorp.com
Wed Aug 13 14:21:13 EDT 2003


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.

Thanks.

-Peter




More information about the Python-list mailing list