psspy module for PSSEXplore34
I was trying to use the psspy module for PSSEXplore 34 with the following block of codes in python 2.7.
import pssexplore34
exam_path = pssexplore34.EXAM_PATH
import psspy
psspy.psseinit()
But getting the following error.
TypeError: setpsse_loc() got an unexpected keyword argument 'xplore'
Does anyone have similar experience?
Same here import pssexplore34 File "C:\Python27\lib\site-packages\pssexplore34.py", line 27, in <module> EXAM_PATH = psseloc._set_psse_loc(_PSSE_VRSN, xplore=True) TypeError: _set_psse_loc() got an unexpected
Sam error I get when: import pssexplore34 Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Program Files (x86)\PTI\PSSEXplore34\PSSPY27\pssexplore34.py", line 27, in <module> EXAM_PATH = psseloc._set_psse_loc(_PSSE_VRSN, xplore=True) TypeError: _set_psse