Registering PythonCOM22.dll fails?

Mark Hammond mhammond at skippinet.com.au
Fri May 17 20:24:22 EDT 2002


henk.derudder at barconet.com wrote:


> As PythonCOM22.dll is a COM object 

It isn't.  It is the "manager" for Python implemented COM objects, but 
it provides no such functionality on its own.

As David said, install Python manually, which should be enough to get 
Python running, and then use a Python script to complete the install, 
registering COM objects if necessary.  This is exactly what the win32all 
installer does - installs everthing then uses Python itself to finish off.

Mark.




More information about the Python-list mailing list