[PyOpenGL-Devel] [ pyopengl-Bugs-477790 ] using PyOpenGl with Python2.2
Brought to you by:
mcfletch
|
From: <no...@so...> - 2001-11-04 08:27:25
|
Bugs item #477790, was opened at 2001-11-03 07:36 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105988&aid=477790&group_id=5988 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Tarn Weisner Burton (twburton) Summary: using PyOpenGl with Python2.2 Initial Comment: Hi, I downloaded PyOpenGl-2.0.0.44.tar.gz and tried to install it with Python 2.2b1. After running command: python setup.py build I got the following message: building 'GLUT' extension C:\Program Files\Microsoft Visual Studio\VC98 \bin\cl.exe /c /nologo /Ox /MD /W3 /GX -DWGL_PLATFORM -Isrc/gle/src -Ig:\python22 \include /Tcsrc/interface/GLUT.c / Fobuild\temp.win32-2.2\Release\GLUT.obj GLUT.c src/interface/GLUT.c(6) : fatal error C1083: Cannot open include file: 'GL/glut. h': No such file or directory error: command '"C:\Program Files\Microsoft Visual Studio\VC98\bin\cl.exe"' fail ed with exit status 2 Please help me out. BTW, PyOpenGl-2.0.0.44.win32- py2.1.exe works well with Python 2.1.1. Su ---------------------------------------------------------------------- >Comment By: Tarn Weisner Burton (twburton) Date: 2001-11-04 00:27 Message: Logged In: YES user_id=21784 Make sure the glut header/lib is available. You may need to get GLUT from http://www.opengl.org/developers/documentation/glut/index.ht ml This probably isn't a Python2.2 problem, but would likely also happen if you tried to compile against 2.1 ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105988&aid=477790&group_id=5988 |