ImportError: No module named wx
Hi. I am using husky_description
and want to launch description.launch
, which I was used to successfully launch in ROS Hydro at Ubuntu 12.04. Now I am using ROS Indigo on Ubuntu 14.04 and it shows me following error.
Traceback (most recent call last): File "/opt/ros/indigo/lib/joint_state_publisher/joint_state_publisher", line 5, in <module> import wx ImportError: No module named wx
[joint_state_publisher-3] process has died [pid 11298, exit code 1, cmd >/opt/ros/indigo/lib/joint_state_publisher/joint_state_publisher __name:=joint_state_publisher __log:=/home/asif/.ros/log/5bdd4b1c-130a-11e6-a55d-d4bed970caa5/joint_state_publisher-3.log]. log file: /home/asif/.ros/log/5bdd4b1c-130a-11e6-a55d-d4bed970caa5/joint_state_publisher-3*.log
I can not import wx
in python shell as well (it shows the same ImportError). In another system (ROS Indigo, Ubuntu 14.04 and default installations of python2.7), it works fine. I have installed wxtools
using sudo apt-get install python-wxtools
. and the error is still there. Probably, the error is due to some additional python installations such as Anaconda 2.4.1
and SALOME
. Any idea how to handle it? Thanks