Re: [PyOpenGL-Users] Problems using PyOpenGL-2.0.1.04 on Mac OS X
Brought to you by:
mcfletch
From: Richard M. <rp...@wa...> - 2003-05-09 17:32:52
|
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' On Friday, May 9, 2003, at 09:05 AM, Mike C. Fletcher wrote: > The distributed wrappers should, if I'm not mistaken, be sufficient > for all platforms. There should definitely be a GLUerror present in > the GLU module, the module initialization code (in the included > wrappers) explicitly imports it into the module dictionary. Have you > tried doing a completely clean install? That is, removing any > previous versions, deleting the "build" subdirectory of the source > tree, then building and installing? > Rick Muller rp...@wa... http://wag.caltech.edu/home/rpm |