[pygame] pygame color slice difference between 1.8.0 and 1.8.1 ?

2008-08-19 Thread claudio canepa
pygame color slice difference between 1.8.0 and 1.8.1release ? with pygame 1.8.1release the app BezierLoops http://www.pygame.org/project/848/?release_id=1474 crashes with TypeError: sequence index must be integer, not 'slice' when it tries to slice a pygame.color.Color instance In the

Re: [pygame] pygame color slice difference between 1.8.0 and 1.8.1 ?

2008-08-19 Thread Lenard Lindstrom
claudio canepa wrote: pygame color slice difference between 1.8.0 and 1.8.1release ? with pygame 1.8.1release the app BezierLoops http://www.pygame.org/project/848/?release_id=1474 crashes with TypeError: sequence index must be integer, not 'slice' when it tries to slice a

Re: [pygame] pygame color slice difference between 1.8.0 and 1.8.1 ?

2008-08-19 Thread Brian Fisher
I'm too lazy to look up the code, would anybody mind posting the code that uses slicing so I can see what color slicing was used for? On Tue, Aug 19, 2008 at 8:48 AM, claudio canepa [EMAIL PROTECTED] wrote: pygame color slice difference between 1.8.0 and 1.8.1release ? with pygame