cpede
cpede
I first installed the python-3.9.2.exe from python.org, and then your pywin32-300.win32-py3.9.exe. Both installer went fine, and you installer found the original Python installation. I made a small Windows console program...
I’m running application in 32-bit, and Python is also 32-bit. Does this dump help: pythoncom error: ERROR: server.policy could not create an instance. Traceback (most recent call last): File "C:\Program...
Bingo, that makes it work :-) Will you make a new version? Two quick questions: * Can I include your installation .exe in my application? * Are there any installer...
Now it is not working again. And I can't remember how/where I got the traceback file from? How do I read the traceback error when running my c++ program? -cpede
Hmm I did not do that, since I'm not calling py code at all, only my c++ code, where the last part fails? ``` CLSID clsid = GUID_NULL; HRESULT hr...
OK I found the difference between Python 2.7 which always works and 3.9. It seems that you are copying the pythoncom27.dll and the pythoncom39.dll into the Windows /System32 folder. But...
It also looks like your pywin32 version 2.7 removes the pythoncom27.dll and Python removes the python27.dll from Windows/System32, during uninstall. But 3.8 and 3.9 forget to uninstall all files in...