Changing python version in ROS
Hi,
How to change the Python version in ROS, I installed EPD (Enthought Python Distribution) and it seems my ROS has used this version, instead of Python 2.7 which is installed by default ... I want to use OpenCV but it sends me an error 'ImportError: No module named cv', i tried that in the Python IDLE 2.7 and it sends me no error, how can i change the version? Thank you