Ask Your Question
0

pythonw.exe has encountered a problem and needs to close.

asked 2015-02-20 12:30:41 -0500

anonymous user

Anonymous

I am running a code for fault analysis of power system by changing the impedances connected in power system. The code runs perfectly for smaller number of buses (in the range of 100 to 200 buses). But as I run it for a larger system with buses of the order of 1000, a window pops out saying that "pythonw.exe has encountered a problem and needs to close." . Kindly help me resolve this problem.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-02-22 10:16:43 -0500

jconto gravatar image

It seems as numerical errors keeps accumulating or memory is leaking, or python processes are not being terminated properly (search the net for more info). are you calling your code within PSSe GUI or outside it. Check in the system task manager if a python process remains after a run finished.
Post your code for better understanding on the problem.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

Stats

Asked: 2015-02-20 12:30:41 -0500

Seen: 3,407 times

Last updated: Feb 22 '15