Bug#437809: python-pygame: Segmentation fault loading image from buffer

2008-09-02 Thread René Dudfield
hi, this bug has been fixed in pygame 1.8.1 (along with many other bug fixes). Please upgrade the package to 1.8.1. Cheers, -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#437809: python-pygame: Segmentation fault loading image from buffer

2007-08-14 Thread Ruben da Silva Iglesias
Package: python-pygame Version: 1.7.1release-4.1 Severity: normal I'm using python-opengl and pygame in AMD64 I catch a frame from opengl and load with it pygame: buff = glReadPixels(0, 0, 720, 576, GL_RGBA, GL_UNSIGNED_BYTE) srf = pygame.image.frombuffer(buff,