Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Running PSSE30 using python

I am trying to run the psse using python script provided below. However, the trace back says unable to find module psspy. The psspy.dll is present in PSSBIN. The paths are correct and I have tried many variations of the code but it doesn't work. I would really appreciate any help.

import os import sys PSSEPATH=r'C:\PROGRA~2\PTI\PSSE30\PSSBIN' sys.path.append(PSSEPATH) os.environ['PATH']=os.environ['PATH']+';'+PSSE_PATH os.chdir(r'c:\users\xxxx\desktop\python scripts') import psspy import redirect

Error message

Traceback (most recent call last): File "ps2py.py", line 7, in <module> import psspy ImportError: No module named psspy