PDA

View Full Version : Anyone have PyOpenGL working with FC2?


Bana
2004-07-16, 05:37 AM CDT
I am trying to get up and running with python and PyOpenGL (I think its pretty cool :cool: ) but I am getting an error about: Traceback (most recent call last):
File "gl_test.py", line 2, in ?
from OpenGL.GLUT import *
File "/usr/lib/python2.3/site-packages/OpenGL/__init__.py", line 26, in ?
from GL.GL__init___ import __numeric_present__, __numeric_support__
File "/usr/lib/python2.3/site-packages/OpenGL/GL/__init__.py", line 2, in ?
from GL__init__ import *
File "/usr/lib/python2.3/site-packages/OpenGL/GL/GL__init__.py", line 4, in ?
import _GL__init__and from PyOpenGL's mailing list, it looks like no one has solved it: http://sourceforge.net/mailarchive/forum.php?thread_id=4938994&forum_id=4353

thejon
2006-03-20, 11:55 PM CST
I am trying to get up and running with python and PyOpenGL (I think its pretty cool :cool: ) but I am getting an error about: Traceback (most recent call last):
File "gl_test.py", line 2, in ?
from OpenGL.GLUT import *
File "/usr/lib/python2.3/site-packages/OpenGL/__init__.py", line 26, in ?
from GL.GL__init___ import __numeric_present__, __numeric_support__
File "/usr/lib/python2.3/site-packages/OpenGL/GL/__init__.py", line 2, in ?
from GL__init__ import *
File "/usr/lib/python2.3/site-packages/OpenGL/GL/GL__init__.py", line 4, in ?
import _GL__init__and from PyOpenGL's mailing list, it looks like no one has solved it: http://sourceforge.net/mailarchive/forum.php?thread_id=4938994&forum_id=4353
Did ANYBODY ever solve this ??

Jon
jon@webprophets.net.au