Actions
Bug #120
closedissue with catkin_make regarding PYTHONPATH configuration
Status:
Closed
Priority:
Normal
Assignee:
-
Description
i've installed robotpkg graphics/ros-ivcon and configure my PYTHONPATH like that
export PYTHONPATH=$PYTHONPATH:$ROBOTPKG_BASE/lib/python2.7/site-packages
then when i tried to catkin_make something it failed
aclodic@maxc1:~/ws0/catkin_ws$ catkin_make
ImportError: "from catkin_pkg.topological_order import topological_order" failed: No module named tool_detection
Make sure that you have installed "catkin_pkg", it is up to date and on the PYTHONPATH.
i reconfigure PYTHONPATH like that
export PYTHONPATH=$ROBOTPKG_BASE/lib/python2.7/site-packages:$PYTHONPATH
and it's working
but it is weird, isn't it ?
thanks
Aurelie
Actions