Re: [PyOpenGL-Users] Problems using PyOpenGL-2.0.1.04 on Mac OS X
Brought to you by:
mcfletch
From: Evan J. <ej...@uw...> - 2003-05-09 20:27:20
|
On Friday, May 9, 2003, at 13:31 Canada/Eastern, Richard Muller wrote: > Just tried a clean install, and still got the same problem: > > Traceback (most recent call last): > File "/Users/rpm/Python/SimpleOGL.py", line 6, in ? > from OpenGL.Tk import * > File "/sw/lib/python2.2/site-packages/OpenGL/Tk/__init__.py", line > 14, in ? > from OpenGL.GLU import * > File "/sw/lib/python2.2/site-packages/OpenGL/GLU/__init__.py", line > 32, in ? > GLUerror = __init___.GLUerror > AttributeError: 'module' object has no attribute 'GLUerror' Great! So I'm not on crack. The weird part is, I've talked to someone who said that they got it working. I'm getting them to email me a copy of their OpenGL directory and maybe that will help me figure it out. -- Evan Jones: http://www.eng.uwaterloo.ca/~ejones/ "Computers are useless. They can only give answers" - Pablo Picasso |