Python GUI interpreter slower than DOS-version?

S

ssecorp

Sometimes when running very intensive computations the Python-
interpreter kind of overheats and stops responding.

I have gotten the impression that the dos-version is less likely to
crash. Can that be true and if so, why?

Is there anyway to get around this? Pretty annoying that it stops
responding, would be nice to be able to control-c out of it like in
DOS when you want to terminate a program.
 
B

Ben Sizer

Sometimes when running very intensive computations the Python-
interpreter kind of overheats and stops responding.

I have gotten the impression that the dos-version is less likely to
crash. Can that be true and if so, why?

Is there anyway to get around this? Pretty annoying that it stops
responding, would be nice to be able to control-c out of it like in
DOS when you want to terminate a program.

If a Windows app says it's "stopped responding", that doesn't mean
it's crashed. It just means it's not servicing the message pump.
Chances are high that the program is still running just as normal.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top