psspy module for PSSEXplore34

asked 2016-06-18 16:13:03 -0500

Riyasat gravatar image

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?

edit retag flag offensive close merge delete

Comments

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

RMaha gravatar imageRMaha ( 2016-07-01 13:01:31 -0500 )edit

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

ab gravatar imageab ( 2018-01-02 14:12:48 -0500 )edit