Mindwerks / worldengine

World generator using simulation of plates, rain shadow, erosion, etc.
MIT License
986 stars 129 forks source link

Windows build force closes on startup. No such file "lands/version.py" #37

Closed fusspawn closed 9 years ago

fusspawn commented 9 years ago

when running lands-0.4.1.exe user is given the error:

Traceback (most recent call last): file "", line 13, in module IO Error: [Erno 2] No such file of directory: "lands/version.py"

and it force closes.

fusspawn commented 9 years ago

Note: can be worked around by moving a copy of the lands src directory in the same folder as the exe.

ie:

InstallPath/ --lands/*py --lands-0.4.1.exe

ftomassetti commented 9 years ago

Thank you very much for opening this issue. Unfortunately I am not able to cross-compile to Windows, so another contributor provided the file. I will add a description of the workaround in the Readme. Thanks!