Hi Ulrich,
pygame.base now requires the Python atexit standard module. Maybe that
wasn't being included by py2app. I have added an "import atexit" to the
Pygame package to see if that helps.
Lenard
Ulrich Petri wrote:
Am 13.02.2009 um 04:40 schrieb Brian Fisher:
I don't suppose the source to the app and the build script are
available anywhere? If not, would you mind sharing them? If you don't
want to share it, can you put together a minimal sample to reproduce
the problem?
Unfortunately I can't make the real app available as it's beeing done
as an inhouse prototype for a client but I will try to reproduce the
problem with a minimal sample.