Re: [pygame] pgu broken with pygame 1.8.1release ? - patch for one bug(crash)

2008-08-17 Thread Lenard Lindstrom
PySequence_Check is exposed through ctypes. But it is of no help here. A string is a sequence. As for ensuring box is a color, Pygame can take care of itself: import pygame s = pygame.Surface((10,10), 0, 32) s.fill(1230) Traceback (most recent call last): File stdin, line 1, in module

Re: [pygame] pgu broken with pygame 1.8.1release ? - patch for one bug(crash)

2008-08-15 Thread Casey Duncan
. Well, they'll need to patch pgu. On Fri, Aug 15, 2008 at 12:46 AM, claudio canepa [EMAIL PROTECTED] wrote: Knowing that a number of pygame games used pgu, and on top of that pyweek is near, I take the liberty to re-post at pygame-users. pgu broken with pygame 1.8.1release ? - patch for one

Re: [pygame] pgu broken with pygame 1.8.1release ? - patch for one bug(crash)

2008-08-15 Thread Brian Fisher
The Color changes in pygame 1.8.1 will only break things that use Color, right? so where is Color documented? I don't see it here: http://www.pygame.org/docs/ On Thu, Aug 14, 2008 at 5:49 PM, René Dudfield [EMAIL PROTECTED] wrote: This is annoying, because pgu is used by a lot of games. So

Re: [pygame] pgu broken with pygame 1.8.1release ? - patch for one bug(crash)

2008-08-15 Thread Emanuel Berg
http://www.pygame.org/docs/ref/color.html I found this on wikipedia, but not the other formats. Maybe there is a better place to look? http://en.wikipedia.org/wiki/CMYK On Fri, Aug 15, 2008 at 6:51 PM, Brian Fisher [EMAIL PROTECTED] wrote: The Color changes in pygame 1.8.1 will only break

[pygame] pgu broken with pygame 1.8.1release ? - patch for one bug(crash)

2008-08-14 Thread claudio canepa
Knowing that a number of pygame games used pgu, and on top of that pyweek is near, I take the liberty to re-post at pygame-users. pgu broken with pygame 1.8.1release ? - patch for one bug(crash) Nine of the demos crash with the same (except script name) traceback: Traceback (most recent call

Re: [pygame] pgu broken with pygame 1.8.1release ? - patch for one bug(crash)

2008-08-14 Thread René Dudfield
, they'll need to patch pgu. On Fri, Aug 15, 2008 at 12:46 AM, claudio canepa [EMAIL PROTECTED] wrote: Knowing that a number of pygame games used pgu, and on top of that pyweek is near, I take the liberty to re-post at pygame-users. pgu broken with pygame 1.8.1release ? - patch for one bug