Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

what you entered:

import os
import sys
sys.path.append(r"""C:\Program Files (x86)\PTI\PSSE32\PSSBIN""")
os.environ['PATH'] = (r"""C:\Program Files (x86)\PTI\PSSE32\PSSBIN;""" + os.environ['PATH'])
import psspy
import redirect

It loos OK. is the path rigth for your installation? does psspy.pyc and psspyc.pyd located at that path? if not try re-installing.

what you entered:

import os
import sys
sys.path.append(r"""C:\Program Files (x86)\PTI\PSSE32\PSSBIN""")
os.environ['PATH'] = (r"""C:\Program Files (x86)\PTI\PSSE32\PSSBIN;""" + os.environ['PATH'])
import psspy
import redirect

It loos looks OK. is the path rigth for your installation? does psspy.pyc and psspyc.pyd located at that path? if not try re-installing.

what you entered:

import os
import sys
sys.path.append(r"""C:\Program Files (x86)\PTI\PSSE32\PSSBIN""")
os.environ['PATH'] = (r"""C:\Program Files (x86)\PTI\PSSE32\PSSBIN;""" + os.environ['PATH'])
import psspy
import redirect

It looks OK. is the path rigth for your installation? does are psspy.pyc and psspyc.pyd located at that path? if not try re-installing.re-installing PSSe.