error launching turtlebot dashboard: python/wx
Hi! When i try to start the turtlebot dashboard I get the following error message:
:~$ rosrun turtlebot_dashboard turtlebot_dashboard
Traceback (most recent call last):
File "/opt/ros/diamondback/stacks/turtlebot_viz/turtlebot_dashboard/scripts/turtlebot_dashboard", line 49, in <module>
import wx
File "/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/__init__.py", line 45, in <module>
from wx._core import *
File "/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 14774, in <module>
from _misc import *
File "/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_misc.py", line 4, in <module>
import _misc_
ImportError: /usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_misc_.so: symbol _ZN7wxSound6CreateEiPKh, version WXU_2.8 not defined in file libwx_gtk2u_adv-2.8.so.0 with link time reference
Does anyone have an idea what's wrong and how to fix this? I tried
$ sudo apt-get install ros-diamondback-turtlebot-viz
to reinstall the dashboard, but this doesn't help..
Asked by Marco on 2011-09-20 22:47:58 UTC
Comments
What OS and arch are you running?
Asked by tfoote on 2011-12-08 09:36:15 UTC
try doing a rosdep install in the turtlebot_dashboard package
Asked by mmwise on 2011-10-25 10:02:11 UTC