Skip to content
Federico Tomassetti edited this page Feb 5, 2015 · 11 revisions

FAQ

to be written

Roadmap

0.5

  • having binary windows versions
  • Initial GUI

0.6

  • Improving GUI
  • Improving Windows experience (better deployment)

0.7

  • Review all the generation process
  • Focus on performance

Trouble shooting

  • If you get an error similar to the one below:
$ python lands/generator.py -h
Traceback (most recent call last):
  File "lands/generator.py", line 7, in <module>
    from lands.plates import world_gen
ImportError: No module named lands.plates

Then try something like:

$ export PYTHONPATH=.:..