From: Chris B. <C.J...@ed...> - 2004-10-06 10:49:35
|
On Wednesday 06 October 2004 06:06, brett hartshorn wrote: > Hi Chris, > > I tried swing_pyode_pyqt_demo but i get the following error: > brett@chitwan:~/pyode_cvs/swing$ ./test.py > init physics > ANCHOR at (0.0, 0.0, 3.0) > We have OpenGL support > TestWidget init > Unable to resolve Xmu symbols - please check your Xmu library installation. > > I think i have everything installed correctly, but i may be missing some > libs? I have already installed libxmuu-dev and libxmu-dev > > -brett Looks like its probably failing in QGLWidget.__init__(self,parent,name). Maybe there is some dependency problem with your QT/OpenGL libraries? |