[Pythonmac-SIG] py2app help needed

2008-10-25 Thread Ryan Govostes
( ## PROJECT INFORMATION ## name = "MainApp", version = "3.0", author = "Ryan Govostes, url = "http://www.rgov.org/";, ## BUILD DIRECTIVES ## app = [ "mainapp.py" ], options = dict(

Re: [Pythonmac-SIG] py2app and dependencies

2008-10-24 Thread Ryan Govostes
le that is part of the package. It seemed to only include Python files. Is there a way to specify which files to include? Thanks, Ryan Govostes ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

[Pythonmac-SIG] py2app and dependencies

2008-10-24 Thread Ryan Govostes
tell py2app what to include explicitly in these cases? Or should I do some post-build surgery on the resultant .app? Regards, Ryan Govostes ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig