Parece que funciona!! ahora el problema es el siguiente...
Last login: Sun Oct 18 15:38:25 on console
iMac-de-Marc:~ marcpalencia$ cd /Volumes/2014_noviembre/X-Plane\\\\ 10 python XGRC.py LECU
iMac-de-Marc:X-Plane 10 marcpalencia$ python XGRC.py LECU
X-Plane World Traffic Ground Route Generator v2.0
Getting apt.dat files...
Found 320 apt.dat files.
Looking for LECU.
Traceback (most recent call last):
File \\\"XGRC.py\\\", line 99, in <module>
icao_aptdat = f_find_aptdat(aptICAO, aptdatlist)
File \\\"XGRC.py\\\", line 93, in f_find_aptdat
if f_array[0] == \\\'1\\\' and f_array[4] == f_apticao:
IndexError: list index out of range
iMac-de-Marc:X-Plane 10 marcpalencia$ python XGRC.py LEBL
X-Plane World Traffic Ground Route Generator v2.0
Getting apt.dat files...
Found 320 apt.dat files.
Looking for LEBL.
Found LEBL - Barcelona, in:
/Volumes/2014_noviembre/X-Plane 10/Custom Scenery/0España-LEBL_BETA_NEW/Earth nav data/apt.dat
Found 3 runway entries.
Found 192 parking nodes.
Found 0 ATC nodes.
Found 0 ATC edges.
No ATC route data found.
iMac-de-Marc:X-Plane 10 marcpalencia$ python XGRC.py LEIB
X-Plane World Traffic Ground Route Generator v2.0
Getting apt.dat files...
Found 320 apt.dat files.
Looking for LEIB.
Found LEIB - Ibiza, in:
/Volumes/2014_noviembre/X-Plane 10/Custom Scenery/0España.LEIB tdg/Earth nav data/apt.dat
Found 1 runway entries.
Found 9 parking nodes.
Found 0 ATC nodes.
Found 0 ATC edges.
No ATC route data found.
iMac-de-Marc:X-Plane 10 marcpalencia$ python XGRC.py LEMD
X-Plane World Traffic Ground Route Generator v2.0
Getting apt.dat files...
Found 320 apt.dat files.
Looking for LEMD.
Found LEMD - Madrid-Barajas, in:
/Volumes/2014_noviembre/X-Plane 10/Custom Scenery/0España-ES-LEMD_Beta/Earth nav data/apt.dat
Found 4 runway entries.
Found 512 parking nodes.
Found 0 ATC nodes.
Found 0 ATC edges.
No ATC route data found.
iMac-de-Marc:X-Plane 10 marcpalencia$
El primer error ni idea. Deberías preguntar al creador del script. Y el resto de errores son debidos a que el ap.dat no contienen los "ATC Taxi Layouts". Por tanto el script no hace nada. Llegados a este punto, o buscas un escenario que tenga las rutas ATC o bien las implementas tu mismo con el WED (lleva un rato entender como funciona) o bien buscas en las descargas del .org a ver si alguien ya ha generado las rutas de tu aeropuerto (poco probable).
Yo dentro de unos días subiré (a x-plane.org) las que tengo (aunque no tengo forma material de comprobar si las rutas generadas son correctas o no).