Python integration need to install PyWin32 moduler

Posted by Aschman on Mon 04 Apr 2016 04:32 AM — 1 posts, 11,422 views.

#0
When change script engine to Python, many guys encounter the problem:
finding CLSID of scripting language "Python"
World:
Error -2147221005 occurred when finding CLSID of scripting language "Python":

Even after you have installed the official Python install package, the problem still exist.

There is a simple solution: install the PyWin32 version corresponsive to your OS and Python from Sourceforge, you can get Python script engine workd.

The open-source project link is:
https://sourceforge.net/projects/pywin32/files/pywin32/

Enjoy.