Problem with MAC OS installation with YAML.
Hi,
I am trying to install ROS on Macbook (early 2009) running Mac OS X Leopard. I have run into problems regarding pyyaml which is required for installing ROS. Basically, I am able to launch python (v2.6) from the command line and import yaml, but when I run rosinstall (desktop-full) it gives me an import error saying no module named yaml. I have installed py26-yaml, libyaml using macports, but I still am not unable to install ROS. It seems that rosinstall is invoking the wrong version of python (I ran python_select for selecting 2.6 and currently that is the version that is actively used on my computer). So I would like some help in fixing it so that rosinstall invokes the correct version of python.
Thanks, S.