the-jack 2012-12-23 03:14
Better luck next time.
Foon → Ludum Dare Explorer → LD25 → Mr. Fluffykins
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Coolness | 1189 |
Better luck next time.
I'd be okay if all I needed was Python, but I'm not gonna get PyGame too. I hope you post a Windows build someday.
What do other people do that use pygame? Surely they don't just give out the source file
I used pygame too and initially also just posted the source. There are tools for creating executables (py2exe, pyinstaller, cx_freeze), but I couldn't get them to work on Linux. In the end my girlfriend got pyinstaller to work on Linux, so we finally had a working exe file :-)
ld@hermes:~/ld25$ python src/main.py
level-status : Expected exactly one starting level and found 0
Traceback (most recent call last):
File "src/main.py", line 57, in <module>
from level import get_current_level, set_current_level_starting
File "/home/ld/ld25/src/level.py", line 415, in <module>
load_all_levels()
File "/home/ld/ld25/src/level.py", line 397, in load_all_levels
raise Exception("Unable to link levels together")
Exception: Unable to link levels together
:-(