Ask Your Question

Mkho Dlamini's profile - activity

2016-12-08 16:47:27 -0500 received badge  Famous Question (source)
2016-11-22 02:02:26 -0500 received badge  Notable Question (source)
2016-11-21 20:51:56 -0500 commented answer ImportError: No module named 'psspy'

Thanks, problem solved. Actually, I had installed Python 3.5 and was not compactable to PSSE32. I had to use the Python 25 which was within the PSSE 32 installation package.

2016-11-21 20:49:54 -0500 received badge  Popular Question (source)
2016-11-21 03:01:22 -0500 asked a question ImportError: No module named 'psspy'

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