ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Paul Mans's profile - activity

2011-09-02 12:04:00 -0500 marked best answer Any place other then pyyaml.org to get pyyaml?

Macports has pyyaml (py26-yaml). Don't know if rosdep will have an issue with using the macports version though.

2011-07-27 14:30:19 -0500 received badge  Supporter (source)
2011-07-27 14:30:10 -0500 commented answer Any place other then pyyaml.org to get pyyaml?
I ended up reinstalling rosinstall with the following command so that rosinstall was no longer located at /usr/local/bin/rosinstall and this in conjunction with py26-yaml from ports fixed it. sudo /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/easy_install-2.6 -U rosinstall
2011-07-27 13:54:17 -0500 commented answer Any place other then pyyaml.org to get pyyaml?
Got py26-yaml via macports however I still have the problem "ImportError: No module named yaml". Appending the following to PYTHONPATH doesn't seem to work. Any ideas? /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/yaml
2011-07-27 12:25:36 -0500 commented answer Any place other then pyyaml.org to get pyyaml?
Thanks, I'll give it a try!
2011-07-27 08:16:04 -0500 asked a question Any place other then pyyaml.org to get pyyaml?

pyyaml.org seems to be down and thus the easy_install step ("sudo easy_install -U pyyaml") is failing for me.

Any ideas on how else I can move forward with my Diamondback os x install?