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

Re: [pygame] PyGame & SPE or PythonWin



On Fri, Feb 27, 2004 at 06:59:34AM -0800, Stephen Anderson wrote:
> Hi,
> 
> I've run into some trouble using PythonWin or SPE as my editor when running PyGame 
> scripts.  When I use the "Run" function of both these IDEs, my PyGame window becomes 
> orphaned on program completion.  The only way to get this window to close is to close the 
> IDE.
> 
> I do not have this trouble with DrPython or running the scripts directly.  Any ideas on what 
> might be happening?
> 
> Thanks!
> 
> Cheers,
> Steve
>

Are you sure you're calling pygame.quit() when you're finished?