我已经在 Mac OS X 1.7.5 上安装了 PyOpenGL
安装看起来很成功,但是当我尝试加载它时,模块不存在。
sudo easy_install -U PyOpenGL
python
>>> import pyopengl
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named pyopengl
>>>
pip list | grep OpenGL
PyOpenGL (3.1.0a3)
有什么线索吗?