Re: [PyOpenGL-Users] 2.0.1.03 demos
Brought to you by:
mcfletch
From: Dan C. <Dan...@NA...> - 2003-02-19 19:03:32
|
On Wednesday 19 February 2003 09:58, Mike C. Fletcher wrote: ... > Would be helpful to have the info file from OpenGL/scripts/info.py to > figure out which version of GLUT you've got and why it's unhappy (I'm > pretty sure we've got the wrappers right for v3.7, as that works on > both RedHat and Win32, but I don't test with earlier GLUT versions). > Your OS information would also be helpful (I'm assuming you're on a > Unix-type OS by the / characters). Just to make sure that things were sane, I rebuilt on another machine. Things worked there, so sanity was definately not present :-). I've been having endless difficulties trying to get Python2/gtk2/OpenGl to work together. It seems that some old builds of PyOpenGL were getting loaded. I removed all of /usr/lib/python2.2/site-packages/OpenGl and then re-installed. Now everything seems to work. FYI. I'm running RedHat 7.3-i386 with a stock XFree86 4.2.0 (glut-3.7) with python-2.2.2. -Dan |