[PyOpenGL-Users] 2.0.1.03 demos
Brought to you by:
mcfletch
|
From: Dan C. <Dan...@NA...> - 2003-02-19 17:16:05
|
PyOpenGL-2.0.1.03 is working, but most of the demos have bugs. I was
running python 2.2.2.
The demos in dek and tom seem to work.
Most of the other demos die with a very similar error:
da/dots.py:
File "dots.py", line 95, in main
glutInit(sys.argv)
TypeError: argument 1 must be string, not list
GLE/cone.py, GLE/helix.py, GLE/texas.py :
File "maintest.py", line 40, in main
glutInit(sys.argv)
TypeError: argument 1 must be string, not list
GLUT/examples/molehill.py:
File "molehill.py", line 36, in main
glutInit(sys.argv)
TypeError: argument 1 must be string, not list
-Dan
|