Python win32com
I run program automation file,but show the message in output bar:
----------------------------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Program Files (x86)\PTI\PSSE33\EXAMPLE\pout_excel.py", line 70, in <module>
import win32com.client
File "C:\Python27\lib\site-packages\win32com\__init__.py", line 5, in <module>
import win32api, sys, os
ImportError: DLL load failed: Can not find the specified module.
Couldn't open Python file:C:\Program Files (x86)\PTI\PSSE33\EXAMPLE\pout_excel.py
and I download the win32com but not sure it is right . PS: I use psse33 & python2.7
add a comment