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/
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
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.
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
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