I have a program that I'm trying to distribute with py2app. When I run the program from the command line, it works without any problems. It also works if I go into the package that py2app creates and find the exec inside the package contents and run it from there. There are not any errors in the output during the build process.
However, when I double click the app in the dist folder, I get an error that says MyApplication Error and has a button to terminate and one to go to the Mac Python website.
I'm using py2app with Python2.7 on Snow Leopard. I'm not using the system Python, this is a distribution I installed myself.
How can I trouble shoot this?