| I've done a bunch of work on py2app the past couple days.  It's probably in a state where it could be used for a legitimate project, but I'm not going to provide any real support it yet.  If you do play with it, you will need to also check out the latest macholib. New stuff: 
dylib dependency hunting and rewritingstandalone (for non-vendor python builds)data resourcesicontemplate plist file, plistlib.Plist, or dictalias build mode (similar to but better than bundlebuilder --symlink)can avoid modulefinder (when using alias build mode)Python 2.4 supportdylib/framework includessemi-standalone option when using non-system Pythonargv emulationchdir to Resources folder (or not) Still missing: 
Non-zip distribution modePlugins (preference panes, etc.)Including full packagesStill haven't tried anything non-trivialdylib/framework excludesbaked-in "recipes" for common problematic packages (PIL, for example)a couple minor bundlebuilder options (creator, bundle-id, strip) |