ppspy and redirect import fail
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
sys_path_PSSE=r'C:\Program Files (x86)\PTI\PSSE34\PSSPY37'
sys.path.append(sys_path_PSSE)
os_path_PSSE=r'C:\Program Files (x86)\PTI\PSSE34\PSSBIN'
os.environ['PATH'] += ';' + os_path_PSSE
os.environ['PATH'] += ';' + sys_path_PSSE
import psspy, redirect
redirect.psse2py()
Both modules are not found