Isaac,<br><br>It appears PyYAML did not install correctly. What happens when you run: <br><br><pre>sudo yum install wget cmake PyYAML<br><br></pre>(I'm not a Fedora expert, but that's the line in the install page)<br>

<br> - Ken<br><br><div class="gmail_quote">On Tue, Jun 15, 2010 at 7:21 PM, Isao Isaac Saito <span dir="ltr"><<a href="mailto:130s@2000.jukuin.keio.ac.jp">130s@2000.jukuin.keio.ac.jp</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Hi all,<br>
<br>
I am stuck at and getting error message below. I'm assuming this is<br>
resulting in pythonpath setting but I'm not sure since I'm new to it<br>
yet. I appreciate if anyone gives me an idea.<br>
<br>
- Phenomenon<br>
<quote><br>
% ~/rosinstall ~/ros <a href="http://ros.org/rosinstalls/boxturtle_base.rosinstall" target="_blank">http://ros.org/rosinstalls/boxturtle_base.rosinstall</a><br>
Traceback (most recent call last):<br>
  File "/home/robot/rosinstall", line 25, in <module><br>
    import yaml # 10Jun15/Isao; rosnstall still stuck here<br>
ImportError: No module named yaml<br>
</quote><br>
<br>
- Environement<br>
Redhat Linux version 2.6.29.4<br>
gcc version 4.4.1 20090725 (Red Hat 4.4.1-2) (GCC)<br>
Type of ROS: I'm referring to "Fedora 11 Installation Instructions"<br>
(<a href="http://www.ros.org/wiki/ROS/Installation/Fedora" target="_blank">http://www.ros.org/wiki/ROS/Installation/Fedora</a>)<br>
# Using Redhat 2.6 is required the robot<br>
<br>
- Workaround tried (all of these didn't have effect)<br>
W-1. Copy /usr/lib/python2.6/site-packages/yaml/cyaml.py* to<br>
%HOME_PYTHON%/ . Modify rosinstall to "import cyaml"<br>
W-2. Copy /usr/share/doc/PyYAML-3.08/examples/pygments-lexer/yaml.py<br>
to %HOME_PYTHON%/<br>
<br>
- Result of "locate yaml"<br>
<a href="https://docs.google.com/View?id=dfcq779r_271f5bt6gff" target="_blank">https://docs.google.com/View?id=dfcq779r_271f5bt6gff</a><br>
<br>
Best regards,<br>
Isaac<br>
_______________________________________________<br>
ros-users mailing list<br>
<a href="mailto:ros-users@code.ros.org">ros-users@code.ros.org</a><br>
<a href="https://code.ros.org/mailman/listinfo/ros-users" target="_blank">https://code.ros.org/mailman/listinfo/ros-users</a><br>
</blockquote></div><br>