Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Error when executing 'import excelpy'

Hey all, i am trying to export psse data to excel using python. When I try to execute 'import excelpy', it gives following error

Traceback (most recent call last): File "C:\Users\Hassan\Desktop\Automation\test.py", line 7, in <module> import excelpy File ".\excelpy.py", line 168, in <module> File "C:\Program Files\Python 2.7\lib\site-packages\win32com_init_.py", line 5, in <module> import win32api, sys, os ImportError: DLL load failed: The specified module could not be found. Couldn't open Python file:C:\Users\Hassan\Desktop\Automation\test.py

Please help.