[Pythonmac-SIG] [py2app] help interpreting py2applet messages

2011-10-20 Thread David Cortesi
Using the latest (20 Oct "tip") version of py2app, using py2applet to build with this command, py2applet ../src/ppqt.py ../ppqt-mac/Marvin.icns all appears to run without error, and a bundle is built (with the icon), but it dies when executed with the console message, ImportError: '/usr/lib/

Re: [Pythonmac-SIG] [py2app] packaging an egg using pkg_resources

2011-10-20 Thread carbncl
Le 20 oct. 2011 à 17:38, Chris Barker a écrit : > On 10/20/2011 2:35 AM, Ronald Oussoren wrote: >>> * py2app is not designed to use eggs >> >> That's corrrect. Py2app currently does not copy egg metadata into the >> application bundle. >> >>> * pkg_resources requires a distribution format lik

Re: [Pythonmac-SIG] [py2app] packaging an egg using pkg_resources

2011-10-20 Thread Chris Barker
On 10/20/2011 2:35 AM, Ronald Oussoren wrote: * py2app is not designed to use eggs That's corrrect. Py2app currently does not copy egg metadata into the application bundle. * pkg_resources requires a distribution format like eggs to have the required metadata to introspect a package.

Re: [Pythonmac-SIG] [py2app] packaging an egg using pkg_resources

2011-10-20 Thread Ronald Oussoren
On 20 Oct, 2011, at 10:58, carbncl wrote: > Hi, > > First of all, not being experienced with python, my apologies if this > question answer was obvious, but I couldn't find a clear answer / solution to > this. > > I'm currently trying to package a pyGtk application as an OSX one. > This appli

[Pythonmac-SIG] [py2app] packaging an egg using pkg_resources

2011-10-20 Thread carbncl
Hi, First of all, not being experienced with python, my apologies if this question answer was obvious, but I couldn't find a clear answer / solution to this. I'm currently trying to package a pyGtk application as an OSX one. This application is distributed as an egg and use pkg_resources facilit