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

Re: [pygame] Starting from IDLE



Take a look at Boa Constructor (search for it on www.sourceforge.net). 
It's a complete IDE written in Python / wxPython and also has great
debugging, although I honestly haven't tried it with pygame yet.  Works
well for other projects though.

-- 
Regards,
Wayne Koorts

Registered Linux user #330079






On Wed, 2003-10-15 at 17:45, Pete Shinners wrote:
> 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 ?
> 
> Python2.3 comes with an entirely rewritten IDLE. I've played 
> with it in the interactive mode, and it supports pygame with 
> no troubles. I assume the debugging works just as well?