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

(log in to comment)

Comments

Yes, I ran into the same problem when trying to run the .exe I generated:
Traceback (most recent call last): File "Twisted Life.py", line 15, in ImportError: No module named main
Same here..
[manuel] [~/descargas/firefox/pyweek/wind-gods-1.1]$ python run_game.py
Traceback (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]$
humitos: you will need to install the pgu library. A link can be found in the README.txt