[Pythonmac-SIG] no app found

Russell E. Owen rowen at uw.edu
Wed May 11 20:49:20 CEST 2011


In article <BANLkTimowPqox4edxTcdgZ1Y-JQCXKfuHg at mail.gmail.com>,
 Carl Aksynczak <carl.aksynczak at gmail.com> wrote:

> Hi everyone,
> 
> I'm trying to create an executable on Mac OSX 10.6.
> 
> The program compile with setup.py and the egg is created in "/dist" folder,
> with no error listed.
> After a search on all files, no app are found.
> 
> The project : http://github.com/sat-metalab/frigo
> 
> Thanks for your time

Are you using py2app as follows:

python setup.py py2app

and if so, which version and what is shown when you do it? If not, 
install it and try it. The app should be in the dist directory.

-- Russell



More information about the Pythonmac-SIG mailing list