Re: [PyOpenGL-Users] Continued problems with PyOpenGL 2.0.1.04 on Mac OS X with (fink) Python 2.3
Brought to you by:
mcfletch
From: Mike C. F. <mcf...@ro...> - 2003-05-12 19:29:36
|
You're running from the source directory, so it's got '.' in the python-path. It's picking up the source OpenGL/ directory as being on the python-path, and therefor a package. Switch to another directory and try it. HTH, Mike Richard Muller wrote: > rpm-osx(~/Programs/PyOpenGL-2.0.1.04)106 % python > Python 2.3b1 (#1, May 12 2003, 03:53:15) > [GCC 3.1 20020420 (prerelease)] on darwin > Type "help", "copyright", "credits" or "license" for more information. > >>> import OpenGL.GL > Traceback (most recent call last): > File "<stdin>", line 1, in ? > File "OpenGL/__init__.py", line 26, in ? > from GL.__init___ import __numeric_present__, __numeric_support__ > ImportError: No module named GL.__init___ > >>> ... _______________________________________ Mike C. Fletcher Designer, VR Plumber, Coder http://members.rogers.com/mcfletch/ |