ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Subhransu Mishra's profile - activity

2013-01-08 09:18:33 -0500 answered a question ImportError: No module named rospkg

michikarg solution worked. People who have installed both versions of python 2.6 and 2.7 should do the following

$ git clone git://github.com/ros/rospkg.git $ cd rospkg $ python2.6 setup.py install --user

2013-01-08 09:15:50 -0500 received badge  Supporter (source)