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

Re: [pygame] PyGame & SPE or PythonWin



Thanks!

I hadn't been using it since the docs say you usually don't need it.  This fixes my problems 
win PythonWin. SPE chokes now when the program exits, but it doesn't seem to choke in 
the same way as before.  Thanks for suggesting this!

Regards,
Steve


On 29 Feb 2004 at 22:11, flbl@go.wifl.at.org wrote:

> 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?
> 
>