[PyOpenGL-Users] I lost glutKeyboardUpFunc
Brought to you by:
mcfletch
From: <sn...@so...> - 2004-11-05 03:53:44
|
Hi list, I'm having a silly problem: I cannot find glutKeyboardUpFunc. I've picked up an old project (python game engine), but I get an error when I try to run it, telling me that "global name 'glutKeyboardUpFunc' is not defined." A simple dir(OpenGL.GLUT) revealed that glutKeyboardUpFunc really isn't defined, it's not there at all (glutKeyboardFunc is, though). A search for "pyopengl glutkeyboardupfunc" yielded no useful results on google. I feel kind of stupid, what am I missing here? I'm using pyopengl 2.0.1.09 and python 2.3 on fedora core 2 oh, BTW, if anyone is interested in working on a game engine in python, help is always welcome! (I've already got a wicked sound module based on my own port of FMOD) |