I need a glut window in python. I have the following exception using Python 3.5 and PyOpenGL.GLUT
Traceback (most recent call last):
File \"D:\\...\\Test.p
Problems:
pip install or easy_installglut.dll and glut32.dll were missing. (They are not part of the PyPI package) you have to install them separately or download it like I did.Unzipped the dll files from the glutdlls.zip and placed them next to my python file.
Note: You can add the dll files to your PATH variable. Not necessary to keep them next to the py file.