[issue4836] Idle Hangs on exit Button
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 <http://bugs.python.org/issue4836> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue4836] Idle Hangs on exit Button
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 <http://bugs.python.org/issue4836> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue4836] Idle Hangs on exit Button
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 <http://bugs.python.org/issue4836> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue4836] Idle Hangs on exit Button
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 example ? > Is the bug new to python 2.6 ? > > -- > nosy: +gpolo > > ___ > Python tracker > <http://bugs.python.org/issue4836> > ___ > Added file: http://bugs.python.org/file12602/unnamed ___ Python tracker <http://bugs.python.org/issue4836> ___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 <mailto:rep...@bugs.python.org";>rep...@bugs.python.org> wrote: Guilherme Polo <mailto:ggp...@gmail.com";>ggp...@gmail.com> added the comment: Can you add some example ? Is the bug new to python 2.6 ? -- nosy: +gpolo ___ Python tracker <mailto:rep...@bugs.python.org";>rep...@bugs.python.org> <http://bugs.python.org/issue4836"; target="_blank">http://bugs.python.org/issue4836> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue4836] Idle Hangs on exit Button
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 <http://bugs.python.org/issue4836> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue4836] Idle Hangs on exit Button
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/FrequentlyAskedQuestions#In%20IDLE%20why%20does%20the%20Pygame%20window%20not%20close%20correctly > ? > > -- > nosy: +amaury.forgeotdarc > resolution: -> invalid > status: open -> closed > > ___ > Python tracker > <http://bugs.python.org/issue4836> > ___ > Added file: http://bugs.python.org/file12630/unnamed ___ Python tracker <http://bugs.python.org/issue4836> ___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 <mailto:rep...@bugs.python.org";>rep...@bugs.python.org> wrote: Amaury Forgeot d'Arc <mailto:amaur...@gmail.com";>amaur...@gmail.com> added the comment: This is even documented: http://www.pygame.org/wiki/FrequentlyAskedQuestions#In%20IDLE%20why%20does%20the%20Pygame%20window%20not%20close%20correctly"; target="_blank">http://www.pygame.org/wiki/FrequentlyAskedQuestions#In%20IDLE%20why%20does%20the%20Pygame%20window%20not%20close%20correctly? -- nosy: +amaury.forgeotdarc resolution: -> invalid status: open -> closed ___ Python tracker <mailto:rep...@bugs.python.org";>rep...@bugs.python.org> <http://bugs.python.org/issue4836"; target="_blank">http://bugs.python.org/issue4836> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com