| 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
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.