Re: [PyOpenGL-Users] glut32 not found
Brought to you by:
mcfletch
From: enrike <en...@al...> - 2004-09-14 09:55:20
|
hi >> >> i have been installling and uninstalling python and all the modules on >> my XP machine and now i am getting an error when i try to import GLUT. >> It says it cannot find it. i have downloaded it and placed it on >> windows/system32 but then i get another error suggesting this maight >> not be the right glut32.dll i should be using. > > > You'll want to be using GLUT 3.7(.6), probably the Win32 binary release > pointed to by the installation page. If you can post the actual error > messages it would be far more likely that we I can help diagnose and > solve the problem. > > I'm assuming you're using the binary release on Python 2.3 with PyOpenGL > 2.0.1.08, if not, let me know (generally speaking, when asking these > kinds of questions it's very useful to give as much information as > possible about your software setup). I dont understand what went wrong but i finally solve it by copying glut32.dll version 3.7.6 into my windows/system32 folder I just had installed python 2.3.4 then PyOpenGL-2.0.1.07.py2.3-numpy23.exe and then wxPythonWIN32-2.5.1.5-Py23.exe I had also intalled PIL, Numeric-23.0.win32-py2.3.exe and numarray-0.9.win32-py2.3.exe thanks -- enrike |