[Pythonmac-SIG] uniformative Error when launching app

2012-09-21 Thread Geoffrey Irving
I am trying to package up a mixed Python/C++ application using py2app. My setup.py is from setuptools import setup setup(app=['voxpopuli.py'],data_files=[],options= {'py2app'{'argv_emulation':True}},setup_requires=['py2app']) and I invoke py2app via python setup.py py2app --no-

Re: [Pythonmac-SIG] uniformative Error when launching app

2012-09-24 Thread Geoffrey Irving
On Mon, Sep 24, 2012 at 12:21 AM, Ronald Oussoren wrote: > > On 21 Sep, 2012, at 21:36, Geoffrey Irving wrote: > >> I am trying to package up a mixed Python/C++ application using py2app. >> My setup.py is >> >>from setuptools import setup >>