[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [pygame] wxPython and pygame - pygame window will not disappear
- To: pygame-users@xxxxxxxx
- Subject: Re: [pygame] wxPython and pygame - pygame window will not disappear
- From: "René Dudfield" <renesd@xxxxxxxxx>
- Date: Sun, 20 Jan 2008 20:03:04 +1100
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Sun, 20 Jan 2008 04:03:12 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=5dU3VvxxMy1sCY0SLDkh6Z6Nv4JEE/X/8NotupV7ADs=; b=tjVkhZY8FjBxBAd9+lXnUJZyu61MC2jvf/slhSeubkOT22n1hGBQUmclt8jsM3lwGllZBYOtiC7VsST94i6HPiIpEGOAk5T2GEdYgqWD2cXDjsLQpDCG46TP1MyurFUqMl3PwJc4/rImtQVGY7kxaa6qOfLFvU1pA0NrrwXwdj0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rwUS0QBkYS3oaMa8UyskwZ66sft9/gZsZl4bxMeayc8Q+NprWsas1NdXnbTaDoUyW5SbB2/MJQKxvvO4wDnwmLifjvGvlsFTSCWVa6tv9bdRF7nNL4NA5c6/j2AwqhS94xwZrbtUyAmcK7A5+nmpgRSaEpsNmKDngHb5txy0V2Q=
- In-reply-to: <917196.68302.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- References: <917196.68302.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
it's not really supported.
See http://pygame.org/wiki/gui
On Jan 20, 2008 7:24 PM, Mark Reed <markreed99@xxxxxxxxx> wrote:
> I'm running my pygame game from my wxPython app, ( it
> pops up a new window instead of using the window
> specified by SDL_WINDOWID, but thats ok. ) my problem
> is the window does not destroy itself after all my
> pygame related objects are deleted and if I try to
> call pygame.quit() I get this:
>
> Fatal Python error: (pygame parachute) Segmentation
> Fault
>
> How can I debug this? I tried using the python
> debugger pdb, but it does not help.
>
> This works fine with a simple pygame app ( window
> closes and pygame.quit() doesn't cause any problems )
>
> I assumed I had objects not deleted so matched
> __init__'s and __del__'s for my code and everything is
> gone, but the window is still around, so I want to try
> debugging the pygame.quit() call, but don't know how.
>
>
>
> ____________________________________________________________________________________
> Never miss a thing. Make Yahoo your home page.
> http://www.yahoo.com/r/hs
>