First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
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.