Hey,
I'm trying to compile a rospackage, but I throws the following error:
> ImportError: No module named rospkg
I checked if it is installed:
> sudo apt-get install python-rospkg -> python-rospkg is already the newest version.> dpkg -L python-rospkg -> /usr/lib/python2.7/dist-packages
And if that is in my python path:
> echo $PYTHONPATH> -> /home/ruud/Dropbox/ros/catkin_workspace/devel/lib/python2.7/dist-packages:/opt/ros/indigo/lib/python2.7/dist-packages:/usr/lib/pymodules/python2.7:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/rospkg:/usr/lib/python2.7/dist-packages
The problem looks very similar to [http://answers.ros.org/question/44669/fuerte-no-module-named-rospkg/](http://answers.ros.org/question/44669/fuerte-no-module-named-rospkg/)
As far as I see 'rospkg' is **not** inside /usr/lib/pymodules/python2.7
Help! :)
Ruud
↧