Python GUI interpreter slower than DOS-version?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ssecorp

    Python GUI interpreter slower than DOS-version?

    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.
  • Ben Sizer

    #2
    Re: Python GUI interpreter slower than DOS-version?

    On Aug 12, 4:04 pm, ssecorp <circularf...@g mail.comwrote:
    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

    Comment

    Working...