i using python 2.7 , , spyder ide. however, keep getting warning message each of import statements.
'from opengl.gl import *' used; unable detect undefined names 'from opengl.gl import *' used; unable detect undefined names 'from opengl.gl import *' used; unable detect undefined names
here statements:
from opengl.gl import * opengl.glu import * opengl.glut import *
my code has no errors in it, , run, display window should showing object blank. code given directly professor starting point on project, watched run on laptop. have tricks going? i've updated opengl using easy_install.
Comments
Post a Comment