Loading

Paste #peze0kbvt

  1. (bin3)andy@pdq2s-MacBook-Pro-2 iron-horse default-r1084 (tip) ~/Documents/OTTD_graphics/Iron_Horse/iron-horse $ make pw=1
  2. [GENERATE]
  3. [BUILD] build_iron_horse.py
  4. [RENDER GRAPHICS] render_graphics.py
  5. [IMPORT VEHICLES] iron_horse.py
  6. 3.89s
  7. [RENDER LANG] render_lang.py
  8. 0.02s
  9. [RENDER NML & NFO] render_nml_nfo.py
  10. Rendering header
  11. Rendering cargo_table
  12. Rendering railtype_table
  13. Rendering disable_default_vehicles
  14. Rendering chaplin
  15. Traceback (most recent call last):
  16.   File "src/build_iron_horse.py", line 30, in <module>
  17.     render_nml_nfo.main()
  18.   File "/Users/andy/Documents/OTTD_graphics/Iron_Horse/iron-horse/src/render_nml_nfo.py", line 161, in main
  19.     render_dispatcher(consists, renderer=render_consist_nml_nfo)
  20.   File "/Users/andy/Documents/OTTD_graphics/Iron_Horse/iron-horse/src/render_nml_nfo.py", line 128, in render_dispatcher
  21.     pool.map(renderer, items)
  22.   File "/Users/andy/Documents/workspace/buildout.python/parts/opt/lib/python3.4/multiprocessing/pool.py", line 260, in map
  23.     return self._map_async(func, iterable, mapstar, chunksize).get()
  24.   File "/Users/andy/Documents/workspace/buildout.python/parts/opt/lib/python3.4/multiprocessing/pool.py", line 599, in get
  25.     raise self._value
  26.   File "/Users/andy/Documents/workspace/buildout.python/parts/opt/lib/python3.4/multiprocessing/pool.py", line 383, in _handle_tasks
  27.     put(task)
  28.   File "/Users/andy/Documents/workspace/buildout.python/parts/opt/lib/python3.4/multiprocessing/connection.py", line 206, in send
  29.     self._send_bytes(ForkingPickler.dumps(obj))
  30.   File "/Users/andy/Documents/workspace/buildout.python/parts/opt/lib/python3.4/multiprocessing/reduction.py", line 50, in dumps
  31.     cls(buf, protocol).dump(obj)
  32. _pickle.PicklingError: Can't pickle <class 'dict_keys'>: attribute lookup dict_keys on builtins failed
  33. make: *** [iron-horse-nml] Error 1

Comments