[PyOpenGL-Users] install problems
Brought to you by:
mcfletch
From: horace g. <hor...@gm...> - 2010-05-02 19:12:57
|
hi, i have problems installing pyopengl on windows. first i tried: C:\Python26\Scripts>easy_install.exe PyOpenGL PyOpenGL-accelerate Searching for PyOpenGL Reading http://pypi.python.org/simple/PyOpenGL/ Reading http://pyopengl.sourceforge.net Reading http://sourceforge.net/projects/pyopengl/files/PyOpenGL/ Reading https://sourceforge.net/project/showfiles.php?group_id=5988&package_id=6035 Reading http://pyopengl.sourceforge.net/ctypes/ Reading http://sourceforge.net/project/showfiles.php?group_id=5988 Best match: PyOpenGL 3.0.1 Downloading http://sourceforge.net/projects/pyopengl/files/PyOpenGL/3.0.1/PyOpenGL-3.0.1.win32.exe/download Processing download error: Couldn't find a setup script in c:\docume~1\admini~1\locals~1\temp\easy_install-vm3zlo\download then i found the installers on the pypi and installed them manually: PyOpenGL-3.0.1.win32.exe PyOpenGL-accelerate-3.0.1.win32-py2.6.exe now if i try to run some of the demos (for example teapot.py) i get: ERROR: PyOpenGL not installed properly. if i run it again (from IDLE) it works though. isn't this strange? some demos (for example nehe) don't run at all. i get this error: ValueError: numpy.dtype does not appear to be the correct type object numpy is installed though. somehow my installation seems to be a bit messed up. :) can anyone give me some hints how to correct this or tell me what i did wrong? cheers, horace |