Odd bombs from PyOpenGL

Randall Hopper aa8vb at yahoo.com
Thu Oct 5 13:26:51 EDT 2000


J Storrs Hall, PhD:
 |Here it is in a nutshell:
 |
 |. python
 |Python 1.5.2 (#1, Oct  2 2000, 11:20:58)  [GCC 2.7.2.3] on linux2
 |Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
 |>>> from OpenGL.GL import *
 |>>> from OpenGL.GLUT import *
 |>>> glutInit('foo')
 |XIO:  fatal IO error 0 (Success) on X server ":0.0"
 |      after 0 requests (0 known processed) with 0 events remaining.
 |
 |The corresponding C program shows that glut itself is
 |working and runs with no error:
...
 |anybody seen this?

   > python
   Python 1.5.2 (#10, Jul  4 2000, 13:30:28) [C] on irix646-n32
   Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
   >>> from OpenGL.GL import *
   >>> from OpenGL.GLUT import *
   >>> glutInit('foo')
   1

Nope, sorry.  However, I'm not running the absolute latest of anything,
including PyOpenGL.

Soon as 2.0 comes out, I need to do a massive update of all subpackages.
(Hopefully Distutils will make that fairly painless with most.)

-- 
Randall Hopper
aa8vb at yahoo.com




More information about the Python-list mailing list