[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [pygame] SPE
- To: pygame-users@xxxxxxxx
- Subject: Re: [pygame] SPE
- From: Rene Dudfield <renesd@xxxxxxxxx>
- Date: Fri, 16 Sep 2005 10:30:22 +1000
- Delivered-to: archiver@seul.org
- Delivered-to: pygame-users-outgoing@seul.org
- Delivered-to: pygame-users@seul.org
- Delivery-date: Thu, 15 Sep 2005 20:30:34 -0400
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=oapNrXKKzPInHN7ktcbbY2EFR6/NHodK1GxzjlrhK11nQFvYNh6m1/NuEe1TCwmqBvwe/OzTRO8UO8ViSW9mMq8PYva0WymMY7/HrwZnpcEwKifHBZLEa9rhYNBP2Tcy7K+ulsBnRkseVx4K2vCjRJiu2VBLU2PWkPQU2BSzOC8=
- In-reply-to: <dgd3bq$r1f$1@sea.gmane.org>
- References: <dgd3bq$r1f$1@sea.gmane.org>
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
Sounds like spe is running it in process. You need it to run your
program in a separate process. Otherwise the windowing will do
strange things. Mixing gui libraries in one process is hard.
If SPE does not support running your program in a separate process,
you can just open a cmd and run it from there.
Cheer.
On 9/16/05, Jason <jason@xxxxxxxxxxxxxxxxx> wrote:
> Hi,
>
> I'm using SPE (on XP) to develop my python in, and I'm having a few
> problems closing down the PyGame window.
>
> If my program does NOT have any errors (very rare - lol!), even if I
> click the close button, the program stops but the window doesn't close.
> I can enter the SPE IDE no probs, and run the program again, but all
> the time the PyGame window is showing.
>
> If however my program does have errors, clicking the close button will
> crash both Python and SPE!
>
> Any ideas as to what I may be doing wrong?
>
> TIA
>
>