First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I had the same issue in version 35.3. This solved the issue for me: import os import sys
PSSEPATH = r"C:\Program Files\PTI\PSSE35\35.3\PSSBIN32" os.environ['PATH'] += ';' + PSSEPATH
import psse3503 import psspy
2 | No.2 Revision |
I had the same issue in version 35.3. This solved the issue for me:
me:
import os
import sys Import PSSE_PATH
PSSEPATH
sys
#Import PSSE_PATH
PSSE_PATH = r"C:\Program Files\PTI\PSSE35\35.3\PSSBIN32"
os.environ['PATH'] += ';' + PSSEPATHPSSE_PATH
Import Modules
#Import Modules
import psse3503
import psspypsspy