Ask Your Question

Revision history [back]

I had the same issue in version 35.3. This solved the issue for me: import os import sys

Import PSSE_PATH

PSSEPATH = r"C:\Program Files\PTI\PSSE35\35.3\PSSBIN32" os.environ['PATH'] += ';' + PSSEPATH

Import Modules

import psse3503 import psspy

click to hide/show revision 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'] += ';' + PSSEPATH

PSSE_PATH

Import Modules

#Import Modules import psse3503 import psspy

psspy