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]
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, (720,576),
2 matches
Mail list logo