error launching turtlebot dashboard: python/wx [closed]

asked 2011-09-20 22:47:58 -0500

Marco gravatar image

updated 2014-01-28 17:10:24 -0500

ngrennan gravatar image

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..

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2013-01-26 14:02:00

Comments

try doing a rosdep install in the turtlebot_dashboard package
mmwise gravatar image mmwise  ( 2011-10-25 10:02:11 -0500 )edit
What OS and arch are you running?
tfoote gravatar image tfoote  ( 2011-12-08 08:36:15 -0500 )edit