First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I have checked that in C:\Program Files (x86)\PTI\PSSE34\PSSPY37 there are psspy and redirect modules. Nevertheless, when I try:
import os, sys syspathPSSE=r'C:\Program Files (x86)\PTI\PSSE34\PSSPY37' sys.path.append(syspathPSSE) ospathPSSE=r'C:\Program Files (x86)\PTI\PSSE34\PSSBIN' os.environ['PATH'] += ';' + ospathPSSE os.environ['PATH'] += ';' + syspathPSSE import psspy, redirect redirect.psse2py()
Both modules are not found
2 | No.2 Revision |
I have checked that in C:\Program Files (x86)\PTI\PSSE34\PSSPY37 there are psspy and redirect modules. Nevertheless, when I try:
import os, sys
Both modules are not found