[issue4836] Idle Hangs on exit Button

2009-01-07 Thread Terry Helge
Terry Helge added the comment: Yes, you are correct. My lack of experience is showing. Thanks for your interest. On Wed, Jan 7, 2009 at 2:35 AM, Amaury Forgeot d'Arc wrote: > > Amaury Forgeot d'Arc added the comment: > > This is even documented: > > http://www.pygame.org/wiki/FrequentlyAsked

[issue4836] Idle Hangs on exit Button

2009-01-07 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: This is even documented: http://www.pygame.org/wiki/FrequentlyAskedQuestions#In%20IDLE%20why%20does%20the%20Pygame%20window%20not%20close%20correctly? -- nosy: +amaury.forgeotdarc resolution: -> invalid status: open -> closed ___

[issue4836] Idle Hangs on exit Button

2009-01-07 Thread Terry Helge
Terry Helge added the comment: Problem solved - I need to add an additional command to any program that calls pyGame. pygame.quit () One of those little undocumented things that pop up now and then ___ Python tracker _

[issue4836] Idle Hangs on exit Button

2009-01-05 Thread Terry Helge
Terry Helge added the comment: I'm not sure if the bug is in Python(IDLE) or pyGame - I'm pretty new to this . I'm still checking out various things - thanks for your interest! On Mon, Jan 5, 2009 at 2:45 PM, Guilherme Polo wrote: > > Guilherme Polo added the comment: > > Can you add some exa

[issue4836] Idle Hangs on exit Button

2009-01-05 Thread Guilherme Polo
Guilherme Polo added the comment: Can you add some example ? Is the bug new to python 2.6 ? -- nosy: +gpolo ___ Python tracker ___ ___

[issue4836] Idle Hangs on exit Button

2009-01-05 Thread Terry Helge
Terry Helge added the comment: Additional testing - tried programs on a different computer with a fresh copy of Python and pyGame - same results Program will not close(hangs) in IDLE - but will close with drPython Go Figure. ___ Python tracker

[issue4836] Idle Hangs on exit Button

2009-01-04 Thread Terry Helge
Terry Helge added the comment: Additional testing - ran programs that call (import) pyGame using drPython and everything works fine ... just when using IDLE and pyGame am I getting this action. Rats!! ___ Python tracker ___

[issue4836] Idle Hangs on exit Button

2009-01-04 Thread Terry Helge
Terry Helge added the comment: Additional testing -- apparently this is only happening when I run a program that imports pyGame. If I run IDLE and do not import, it functions properly . ___ Python tracker __

[issue4836] Idle Hangs on exit Button

2009-01-04 Thread skillybob
New submission from skillybob : Bring up IDLE and type in any program. Run the module and it runs just fine. Try to use the Exit button of the running program and it hangs. Pressing a second time will bring up a Windows dialog message that the program is not responding . Click to kill the progr