Python GUI interpreter slower than DOS-version?

Ben Sizer kylotan at gmail.com
Tue Aug 12 12:20:32 EDT 2008


On Aug 12, 4:04 pm, ssecorp <circularf... at gmail.com> wrote:
> 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.

--
Ben Sizer



More information about the Python-list mailing list