Re: [PyOpenGL-Users] Python Qt OpenGL program: Xmu dependency
Brought to you by:
mcfletch
From: Tom D. <td...@yo...> - 2004-10-25 01:47:37
|
Jo Vermeulen wrote: > > Which corrections? #(added to terrainglview.py) from OpenGL.GL import * >>However it does suggest it has nothing to do with python, and probably >>Qt version/build related. > > > Should I post this to the PyQt list? It looks like your code wasn't getting to the module with the gl stuff. Probably worth checking that pyqt works at all (without gl), and for that matter, that any qt applications work - try some of the qt examples. You should also try a gl app. (e.g. glxgears). Then you can work out if it's a GL, Qt or PyQt issue. |