I have been using the pywin32 in v2.7 together with Python 2.7:
pywin32-221.win32-py2.7.exe
python-2.7.18.msi
together with the Windows Script Hosting ActiveX interface in my C++ application.
After changing to the latest v3 the scripting engine cannot be instantiated using the IID_IActiveScript
interface, because the class is not registered?
Any idea what the problem is?
-cpede