(bin32)nml-andythenorth(NotRoadTypes)$ make /usr/bin/env python3 setup.py build_ext --inplace /Users/andy/Documents/OTTD_graphics/bin32/lib/python3.2/site-packages/setuptools/dist.py:292: UserWarning: The version specified ('unknown') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details. "details." % self.metadata.version running build_ext copying build/lib.macosx-10.10-x86_64-3.2/nml_lz77.so -> /Applications/Xcode.app/Contents/Developer/usr/bin/make -C regression Running test 001_action8 Traceback (most recent call last): File "../nmlc", line 3, in from nml import main File "/Users/andy/Documents/OTTD_graphics/tools/nml-andythenorth/nml/main.py", line 17, in from nml import generic, grfstrings, parser, version_info, output_nml, output_nfo, output_grf, output_dep, palette, spriteencoder, spritecache, global_constants File "/Users/andy/Documents/OTTD_graphics/tools/nml-andythenorth/nml/parser.py", line 17, in from nml.ast import assignment, basecost, cargotable, conditional, deactivate, disable_item, error, font, general, grf, item, loop, produce, railtypetable, roadtypetable, replace, spriteblock, switch, townnames, snowline, skipall, tilelayout, alt_sprites, base_graphics, override, sort_vehicles File "/Users/andy/Documents/OTTD_graphics/tools/nml-andythenorth/nml/ast/basecost.py", line 18, in from nml.actions import action0 File "/Users/andy/Documents/OTTD_graphics/tools/nml-andythenorth/nml/actions/action0.py", line 16, in from nml.actions.action0properties import BaseAction0Property, Action0Property, properties, two_byte_property File "/Users/andy/Documents/OTTD_graphics/tools/nml-andythenorth/nml/actions/action0properties.py", line 1074, in 'alternative_roadtype_list': {'custom_function': lambda x: roadtype_list(x, 0x1D)}, IndexError: list assignment index out of range make[1]: *** [001_action8] Error 1 make: *** [regression] Error 2