Open Muhammadjunaidmalik1 opened 12 months ago
HI !
I am using ROS noetic. By default axclient.py is not in the ROS root directory. So i cloned the default ROS noetic-devel branch and tried to run :
rosrun actionlib_tools axclient.py
Its giving this error even after installing wx using sudo apt-get install python-wxtools :
sudo apt-get install python-wxtools
import wx ModuleNotFoundError: No module named 'wx'
HI !
I am using ROS noetic. By default axclient.py is not in the ROS root directory. So i cloned the default ROS noetic-devel branch and tried to run :
rosrun actionlib_tools axclient.py
Its giving this error even after installing wx using
sudo apt-get install python-wxtools
: