ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I just figured out to solve this, the tutorial in the wiki was pretty vague.
Basically, what you need to do is to add C:\Python27\ and C:\Python27\Scripts to the PATH IN the Setup.bat. Not the path for python when you install it the first time.
Edit your PATH in setup.bat so that it looks like this - set PATH=C:/opt/ros/fuerte/x86/bin;C:\Python27\;C:\Python27\Scripts;%PATH%
Remember to move the files out from the external Scripts folder(not the original Scripts folder found in Python27).
2 | No.2 Revision |
I just figured out to solve this, the tutorial in the wiki was pretty vague. vague about it.
Basically, what you need to do is to add C:\Python27\ and C:\Python27\Scripts to the PATH IN the Setup.bat. Not the path for python when you install it the first time.
Edit your PATH in setup.bat so that it looks like this - set PATH=C:/opt/ros/fuerte/x86/bin;C:\Python27\;C:\Python27\Scripts;%PATH%
Remember to move the files out from the external Scripts folder(not the original Scripts folder found in Python27).