-
Notifications
You must be signed in to change notification settings - Fork 127
Home
Federico Tomassetti edited this page Feb 5, 2015
·
11 revisions
to be written
- having binary windows versions
- Initial GUI
- Improving GUI
- Improving Windows experience (better deployment)
- Review all the generation process
- Focus on performance
- 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=.:..