0

PSSE crash after trying to install some python libraries

hi guys,

I was trying to install numpy & matplotlib for python, after that my PSSE (v 33.4) has started crashing within seconds as soon as I try to start it by double clicking on its icon. I'm in big trouble. Can anybody help?

// Coreo

coreofsnr's avatar
1
coreofsnr
asked 2016-05-15 12:56:02 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Hello there,

Did you by any chance update your Python to e.g. 2.7.11? This update caused my PSS/E to launch for a second, and then to immediately crash. Luckily I got a solution from PTI, but it requires some registry tinkering. Make an empty text file, and save it with .reg ending (e.g. fix.reg) with the following text inside of it:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Python\PythonCore\2.7-32]

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Python\PythonCore\2.7-32\PythonPath]
@="C:\\Python27\\Lib;C:\\Python27\\DLLs;C:\\Python27\\Lib\\lib-tk"

Running the file you just made (as admin) should fix your problem.

SqFKYo's avatar
126
SqFKYo
answered 2016-05-17 04:21:55 -0500
edit flag offensive 0 remove flag delete link

Comments

thanks, i did as u said, but could not solve the problem

coreofsnr's avatar coreofsnr (2016-05-20 23:57:01 -0500) edit

Can you elaborate the problem a bit more? Can you run PSS/E from Python instead?

SqFKYo's avatar SqFKYo (2016-05-27 08:09:22 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer