<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi all,<br>
    <br>
    I'm on install SITL software to emulate a plane which can be
    operated over MAVLink commands, all the install instruction are here
    <a class="moz-txt-link-freetext" href="http://ardupilot.org/dev/docs/setting-up-sitl-on-linux.html">http://ardupilot.org/dev/docs/setting-up-sitl-on-linux.html</a> for
    anyone interested.<br>
    <br>
    <i><font size="-1">I had a trouble finished the installation on the
        first launch. <br>
        <br>
        Waf: Entering directory `/home/josete/ardupilot/build/sitl'<br>
        [4/4] Processing
        modules/mavlink/message_definitions/v1.0/ardupilotmega.xml<br>
        Traceback (most recent call last):<br>
          File
        "/home/josete/ardupilot/modules/mavlink/pymavlink/tools/mavgen.py",
        line 16, in <module><br>
            from pymavlink.generator import mavgen<br>
          File
        "/home/josete/ardupilot/modules/mavlink/pymavlink/generator/mavgen.py",
        line 12, in <module><br>
            from future import standard_library<br>
        ImportError: No module named future<br>
        <br>
        mavgen returned 1 error code<br>
        Waf: Leaving directory `/home/josete/ardupilot/build/sitl'<br>
        Build failed<br>
         -> task in 'mavlink' failed (exit status 1):<br>
            {task 140126879052096: mavgen ardupilotmega.xml -> }<br>
        ''</font></i><br>
    <br>
    It seems can't do the import " from future import standard_library".
    Future library is installed and in the last version but for import
    future y usually use __future__ not future. Searching more
    information I saw in the future's web
    <a class="moz-txt-link-freetext" href="http://python-future.org/quickstart.html">http://python-future.org/quickstart.html</a> the import is correct but
    ¿what can I do to solve the problem?<br>
    <br>
    Thanks a lot
  </body>
</html>