| |||||||||||
PyWeek - Is py2app broken for anyone else?I saw another thread about this but I thought it was resolved in Skellington 1.10, which is what we are using.
Traceback (most recent call last):
File "/Users/mike/Projects/PyGame/pyweek5/game/dist/WindGods.app/Contents/Resources/__boot__.py", line 137, in ?
_run('WindGods.py')
File "/Users/mike/Projects/PyGame/pyweek5/game/dist/WindGods.app/Contents/Resources/__boot__.py", line 134, in _run
execfile(path, globals(), globals())
File "/Users/mike/Projects/PyGame/pyweek5/game/dist/WindGods.app/Contents/Resources/WindGods.py", line 15, in ?
import main
ImportError: No module named main
— sixohsix on 2007/09/08 05:02 of MonkeyCow 3000 Comments: (log in to comment) |
Last Challenge
September 2008 [entries, ratings] Previous March 2008 [entries, ratings] > September 2007 [entries, ratings] April 2007 [entries, ratings] September 2006 [entries, ratings] March 2006 [entries, ratings] (June 2006) August 2005 [entries, ratings] Not logged in Login | ||||||||||
By paulreiners on 2007/09/08 20:51:
Yes, I ran into the same problem when trying to run the .exe I generated:By ruf on 2007/09/08 20:54:
Same here..By humitos on 2007/09/10 17:35:
[manuel] [~/descargas/firefox/pyweek/wind-gods-1.1]$ python run_game.pyTraceback (most recent call last):
File "run_game.py", line 15, in
import main
File "/home/manuel/descargas/firefox/pyweek/wind-gods-1.1/lib/main.py", line 17, in
import menu
File "/home/manuel/descargas/firefox/pyweek/wind-gods-1.1/lib/menu.py", line 4, in
from pgu import gui
ImportError: No module named pgu
[manuel] [~/descargas/firefox/pyweek/wind-gods-1.1]$
By Windex on 2007/09/10 23:26:
humitos: you will need to install the pgu library. A link can be found in the README.txt