import cmath module error
Have someone notice that the cmath python module has a conflict with PSSE?
I mean, if you type:
import cmath
in the PSSE GUI command line, the PSSE GUI will crash.
anybody have same problem?
My PSSE version is 33.5
Have someone notice that the cmath python module has a conflict with PSSE?
I mean, if you type:
import cmath
in the PSSE GUI command line, the PSSE GUI will crash.
anybody have same problem?
My PSSE version is 33.5
I believe that it is related to the windows 7 version GDI32.dll. PSS/E version 33 is development in the windows XP environment. So it would have some compatibility issues with some python modules and also some of the PSS/E GUI functions may not work, such as the 'Report Node' when creating slider files. You can try to use the native python interpreter, rather than the PSS/E rebuilt python interpreter. It may solve the problem, but I am not sure.
I'm seeing the same thing with PSSE 33.4 and 33.5.
PSSE 32.2.1 imports the library without any problems.