Ok, well, I've spent near around the last hour working with this. I've read NeHe's Lesson 1, and downloaded the appropiate code for Python. I looked at the code, and saw that it said it needed OpenGL, PyOpenGL, PyNumeric, and GLUT.
I used the download link on NeHe to download the OpenGL SDK, where I placed it in a folder named C++, where the C++ folder was located with my python24 folder.
I used the latest stable release, not alpha, executable for PyOpenGL, and installed that fine.
I DLed GLUT, and placed the files according to where the readme had said. And I could not find PyNumeric anywhere.
The first time I ran it, was before I installed all this stuff and it had a problem with the:
But after installing everything else, it didn't have a problem with that. But now, where I'm currenly stuck, it has issues with the very next line:
from OpenGL.GLUT import *
Also, when trying to run it, not through the IDE, it gives me this error:
The procedure entry point __glutInitWithExit could not be located in the dynamic link library glut32.dll.
On a side note, I was wondering if anyone has had succesfull use of OpenGL with Python. The reason I'm going through this trouble, is because I've been learning and using Python, and would like to start working on 3D applications/games.