Hi, I've put the solution (hopefully) for your problem inline (after the problem)...
> I have the same problems when I run wxgazebo: > > $wxgazebo example.world > ... > Traceback (most recent call list): > File "/usr/local/bin/wxgazebo", line 4, in ? > from wxgazebo.main import main > ImportError: No module named wxgazebo.main I guess the PYTHONPATH environment variable is not set correctly, you can find the values on http://playerstage.sourceforge.net/doc/Gazebo-manual-0.5-html/install.html > or just gazebo: > > $gazebo example.world > > X Error of failed request: GLXUnsupportedPrivateRequest > Major opcode of failed request: 143 (GLX) > Minor opcode of failed request: 16 (X_GLXVendorPrivate) > Serial number of failed request: 14 > Current serial number in output stream: 16 > > I have an NVidia Go 7800 graphics card. Has anyone fixed this > problem > yet? try adding <renderMethod>glx</renderMethod> to the camera-elements in the worldfile. And/or check out this page for more information: http://playerstage.sourceforge.net/doc/Gazebo-manual-0.5-html/gazebo_opengl.html greetz, andy Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Playerstage-gazebo mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
