[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

RE: [pygame] Starting from IDLE



Have any of you tried Wing IDE ? (http://wingide.com/home) Seems it
should support debugging and all ! If you tried it, then how do you feel
about it!

-Sam

> -----Original Message-----
> From: owner-pygame-users@seul.org 
> [mailto:owner-pygame-users@seul.org] On Behalf Of Bo Jangeborg
> Sent: Wednesday, October 15, 2003 1:55 PM
> To: pygame-users@seul.org
> Subject: Re: [pygame] Starting from IDLE
> 
> 
> Sami Hangaslammi wrote:
> 
> >On Wed, 15 Oct 2003, Bo Jangeborg wrote:
> >  
> >
> >>When I run a pygame program from IDLE (windows IDE) the game window 
> >>doesn't close when the application stops. I have to press 
> CTRL-ALT-DEL 
> >>to close the window. Am I missing something ?
> >>    
> >>
> >
> >Don't run from IDLE. That's the only solution I can offer. 
> IDLE uses Tk
> >and its event loop messes with pygame events.
> >
> >Do the editing in IDLE and run your program from the command line.
> >
> >--
> >Sami Hangaslammi
> >
> >
> >  
> >
> How do you solve debuging ?
> 
>