Re: [PyOpenGL-Users] glut import error bug state
Brought to you by:
mcfletch
From: Mike C. F. <mcf...@vr...> - 2007-08-01 16:33:56
|
altern wrote: > hi > > just upgraded to python 2.5 and pyopengl 3.0.0a6 under XP. Any solutions > to this problem? > > http://sourceforge.net/mailarchive/message.php?msg_id=464D0AF5.2080303%40vrplumber.com > > I double checked and glut32.dll was installed in c:\windows\system32 > It *should* work on Win32 with the current cvs, but we haven't had any Win32 testers yet, so it's quite possible there's still a bug there. As for not finding your glut32, that's a new bug, likely. Can you check out the CVS version, run setup.py develop and then trace through the code in platform/win32.py to see where it's failing (not sure of your level of Python comfort, there's a module called "pdb" that allows for tracing through python code). If you can trace down into the ctypes code to see why it isn't finding your library I can probably figure out how to fix it. Enjoy yourself, Mike -- ________________________________________________ Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com |