[PyOpenGL-Users] GLUT error
Brought to you by:
mcfletch
From: Bruno <br...@ya...> - 2005-03-24 19:21:07
|
Hello, for some day i tried to install pyopengl to make some tests, but after i install i import 'OpenGL.GL' -> OK 'OpenGL.GLU' -> Ok 'OpenGL.GLUT' -> error!! why?? can anyone help my please!! here is a copy of what happen: IDLE 1.1 >>> from OpenGL.GL import * >>> from OpenGL.GLU import * >>> from OpenGL.GLUT import * Traceback (most recent call last): File "<pyshell#2>", line 1, in -toplevel- from OpenGL.GLUT import * ImportError: DLL load failed: Não foi possível encontrar o procedimento especificado. #Translation: 'Cant be possible find the procedure specialize' >>> PS: i have tried a lot of fix this, like move files, download new glut file, pyglut.... but nothing have result... u_u |