Comment 1 for bug 289925

Revision history for this message
Fabrice Coutadeur (fabricesp) wrote :

Can you test with the Intrepid version? This is version 3.0.0~b3.

I've been able to run successfully your example, without segfault, on an amd64:
fabrice@fabrice-desktop:~/temp/PyOpenGL-Demo-3.0.0b6/PyOpenGL-Demo$ python
Python 2.5.2 (r252:60911, Oct 5 2008, 19:29:17)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from OpenGL.GL import *
>>> from OpenGL.GLU import *
>>> from OpenGL.GLUT import *
>>> glutInit([''])
['']
>>> glutInitDisplayMode (GLUT_SINGLE | GLUT_RGB)
>>>