Advertisement
Guest User

Untitled

a guest
Nov 14th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.73 KB | None | 0 0
  1. MABE>$ python PythonTools/MBuild.py
  2. Building MABE with:
  3.  
  4. World
  5.   Test
  6.  
  7. Genome
  8.   Circular
  9.  
  10. Brain
  11.   ConstantValues
  12.   CGP
  13.  
  14. Optimizer
  15.   Simple
  16.  
  17. Archivist
  18.   Default
  19.  
  20. make: Nothing to be done for 'all'.
  21. MABE>$ cd PythonTools/
  22. MABE/PythonTools>$ python MBuild.py
  23. Building MABE with:
  24.  
  25. World
  26.   Berry
  27.  
  28. Genome
  29.   Circular
  30.   Multi
  31.  
  32. Brain
  33.   Markov
  34.   ConstantValues
  35.   Human
  36.   Wire
  37.  
  38. Optimizer
  39.   GA
  40.  
  41. Archivist
  42.   Default
  43.   SSwD
  44.  
  45. Traceback (most recent call last):
  46.   File "MBuild.py", line 346, in <module>
  47.     dirs = [d for d in os.listdir(pathToMABE+o+'/'+t+o+'/') if posixpath.isdir(posixpath.join(pathToMABE+'/'+o+'/'+t+o+'/', d))]
  48. FileNotFoundError: [Errno 2] No such file or directory: './World/BerryWorld/'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement