Jan, <div>I have never seen this error, but a quick search suggests that you are running out of memory.  rosinstall has never been tested in a memory limited environment.  How much memory do you have available?  And can you watch something like top when trying to run this?</div>

<div><br></div><div>Tully<br><br><div class="gmail_quote">On Tue, Jul 6, 2010 at 6:58 AM, "Jan Tünnermann" <span dir="ltr"><<a href="mailto:jeti@goffa.de">jeti@goffa.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi everyone!<br>
<br>
I'm trying to install ROS on the Neo Freerunner Linux Smartphone.<br>
When I run the ./rosinstall I get the following error:<br>
<br>
<br>
root@neo:~# ./rosinstall<br>
Traceback (most recent call last):<br>
  File "./rosinstall", line 27, in <module><br>
    import yaml<br>
  File "/usr/lib/python2.6/dist-packages/yaml/__init__.py", line 9, in<br>
<module><br>
    from dumper import *<br>
  File "/usr/lib/python2.6/dist-packages/yaml/dumper.py", line 6, in <module><br>
    from representer import *<br>
MemoryError<br>
<br>
<br>
I have also tried to install directly from SVN. Everything in c/c++<br>
compiles fine but Python scripts show similar errors as the one above.<br>
<br>
There are several Python versions on the phone (i think 2.4 2.5 2.6) I<br>
tried switsching arround via update-alternatives or setting $PYTHONHOME<br>
with not much effect.<br>
<br>
I'm not really familar with debugging python scripts and especially that<br>
it is a "MemoryError" at import confuses me.<br>
<br>
Python in general is working, so it must be related to the yaml (installed<br>
python-yaml & yaml & dev-packages) stuff.<br>
<br>
Maybe someone has an idea? Has anyone installed ROS on the freerunner?<br>
<br>
thanks a lot,<br>
jan<br>
<br>
<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><br clear="all"><br>-- <br>Tully Foote<br>Systems Engineer<br>Willow Garage, Inc.<br><a href="mailto:tfoote@willowgarage.com">tfoote@willowgarage.com</a><br>(650) 475-2827<br>
</div>