[pywin32-bugs] [ pywin32-Bugs-897229 ] After script exit, window doesnt close
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2004-04-28 23:43:21
|
Bugs item #897229, was opened at 2004-02-15 08:56 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=897229&group_id=78018 Category: pythonwin Group: None >Status: Closed >Resolution: Wont Fix Priority: 5 Submitted By: Stephen Anderson (thebashar) Assigned to: Nobody/Anonymous (nobody) Summary: After script exit, window doesnt close Initial Comment: I have run into trouble with the last several versions of PythonWin. ( it may always have been a problem). I have a script I am developing that uses PyGame to display some pictures. Whenever I run the script from PythonWin, the script can exit normally but the program window (the PyGame window that is) becomes a zombie. It should close at script exit like when I run it from any other IDE. In fact, the only way I can get it to close is by closing PythonWin itself. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2004-04-29 09:43 Message: Logged In: YES user_id=14198 This is a known problem, and one that we can't easily fix. The problem is Pythonwin is running your app inside Pythonwin's own process. I expect pygame doesn't like that environment. Another solution would be to run the programs externally, but in some ways that defeats some of Pythonwin's benefits. I'd fix it if I could ;) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=897229&group_id=78018 |