[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [pygame] Problem with surfarray on windows
- To: pygame-users@xxxxxxxx
- Subject: Re: [pygame] Problem with surfarray on windows
- From: Rene Dudfield <renesd@xxxxxxxxx>
- Date: Thu, 8 Sep 2005 10:21:23 +1000
- Delivered-to: archiver@seul.org
- Delivered-to: pygame-users-outgoing@seul.org
- Delivered-to: pygame-users@seul.org
- Delivery-date: Wed, 07 Sep 2005 20:22:32 -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=iU7yZKIjh8Y3nKPASq4XdE7QnuFD1sR0ZIhkCZm86rLLmcxyR34VjEUZumK2e3uMNqfAAJK9Gx7shp/uOcweAUbcwvBABi1OvY7eyAWdRZRd00EhI+2mvc8nq3gthklbuYs4HEK7oLtDE5N02NEehPuhQc8QZhmW5YX9EvpM3l8=
- In-reply-to: <20050907181523.48C3EE815F@k2.scorpionshops.com>
- References: <20050907181523.48C3EE815F@k2.scorpionshops.com>
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
I haven't seen this bug before.
Do you think you could make a little example?
Then I should be able to test/debug it easier.
Cheers,
On 9/8/05, John Eriksson <john@xxxxxxxxxxxx> wrote:
> Hi,
>
> I've run in to some problems using pygame.surfarray.array_colorkey(surface)
> on WinXP.
>
> When hetting the colorkey array the surface gets locked and can't be used!
> I've tried to call unlock after using array_colorkey but without result. I
> even tried to lock the surface before calling the method and then unlocking
> it but with the same result.
>
> Is this a know bug???
>
> I'm using the latest PyGame release with python 2.4
>
>