[PyOpenGL-Users] PyOpenGL under WinXP problem
Brought to you by:
mcfletch
From: Larry C. <cu...@io...> - 2002-09-23 06:54:44
|
previously: "Tkinter OpenGL Context problem?" I'm still having this problem, but I've isolated it to WinXP. >Python code that runs perfectly on my old >Win2K machine, dies on my new >WinXP machine with the latest versions >of Python, Tkinter and PyOpenGL. > >The Tk windows appear, but then the program >crashes with the first call to glPushMatrix(). I upgraded my Win2K machine so that the versions of Python, Tkinter and PyOpenGL match the ones on the WinXP machine. So now the only difference between the system that works (Win2K) and the one that doesn't (WinXP) is the OS. Anyone know why this happening? Anyone else having trouble with PyOpenGL or Tkinter on WinXP? Any suggestions would be most appreciated. (Error message below) Thanks. Larry Cuba Error Message: Exception in Tkinter callback Traceback (most recent call last): File "C:\Program Files\Graphics\Python22\lib\lib-tk\Tkinter.py", line 1292, in __call__ return apply(self.func, args) File "C:\PROGRA~1\Graphics\Python22\Lib\site-packages\OpenGL\Tk\__init__.py", line 212, in tkExpose self.tkRedraw() File "C:\PROGRA~1\Graphics\Python22\Lib\site-packages\OpenGL\Tk\__init__.py", line 198, in tkRedraw glPushMatrix() GLerror: [Errno 1283] stack overflow |