This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author devplayer
Recipients devplayer, eric.araujo, r.david.murray, terry.reedy
Date 2011-04-27.16:31:05
SpamBayes Score 6.745354e-11
Marked as misclassified No
Message-id <1303921866.44.0.491601399316.issue10060@psf.upfronthosting.co.za>
In-reply-to
Content
What about this application modal popup window appearing behind the DOS window? (See attached) That popup window may only need to have a system style flag to push it to the top of the window z-order stack.

What causes that popup to appear? Is it Python source code or compiled C code built into python.exe?

There is a MS-Windows win32 function called SetForegroundWindow() that may be the issue if it's not Python source code.
Maybe this URL might shed some light on the popup issue?

http://stackoverflow.com/questions/3772233/win32-setforegroundwindow-unreliable

I am grasping for straws here.

Perhaps the python.exe app crashes in the cmd.exe window because of attempts to do something with the cmd.exe window while the app modal popup windows is behind it? 

As per my previous post is seems mhammond has a solution for his pythonwin package causing python.exe-help()-modules to crash. (If that's the case) it still doesn't address "other" packages having the same ability to crash python.exe, IDLE and other interactive interpreters thru help()-modules.
History
Date User Action Args
2011-04-27 16:31:06devplayersetrecipients: + devplayer, terry.reedy, eric.araujo, r.david.murray
2011-04-27 16:31:06devplayersetmessageid: <1303921866.44.0.491601399316.issue10060@psf.upfronthosting.co.za>
2011-04-27 16:31:05devplayerlinkissue10060 messages
2011-04-27 16:31:05devplayercreate