Re: [PyOpenGL-Users] glut import error bug state
Brought to you by:
mcfletch
From: altern <al...@gm...> - 2007-08-03 08:58:15
|
Mike C. Fletcher(e)k dio: > 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. ok, i am not sure if i will have time to do this before i go on holidays. Otherwise i will try after. thanks! enrike > Enjoy yourself, > Mike > |