Re: [pygtk] PyGTK with py2app

2011-10-21 Thread Anders F Björklund
Shrihari Sankaran wrote: >> The app bundle itself isn't much, it's just a directory structure: >> >> YourApp.app >> └── Contents >>├── Info.plist >>├── MacOS >>│ └── yourapp >>└── Resources >>└── yourapp.icns >> >> The tricky part is when using an interpreted language l

Re: [pygtk] PyGTK with py2app

2011-10-21 Thread Shrihari Sankaran
> > (Py)GTK relies on a number of environment variables for locating > resources and also for loading the native libraries. You can find an > examples script here: > http://winswitch.org/trac/browser/trunk/osx/bundle/Window-Switch.sh > Note: this is meant to be used in a bundled app, if you are usi