On 12 Oct, 2010, at 19:37, Ronald Oussoren wrote:
>>
>> I can't seem to find this problem answered elsewhere. Does anybody have any
>> suggestions?
>
> If I interpret the stacktrace correctly one of the resources/datafiles you're
> trying to include in the application doesn't exist and py2app
On 11 Oct, 2010, at 20:02, Sam Nearhood wrote:
> I am trying to build a program with py2app ($ python setup.py py2app) using
> Mac OS X 10.6.4 and Python 2.7. Right after it finishes bundling the
> application, the terminal stops with this output:
>
>
> Traceback (most recent call last):
> F
On 12 Jul, 2010, at 22:39, Russell E. Owen wrote:
> py2app 0.4.3's matplotlib recipe includes:
>
>mf.import_hook('pytz.zoneinfo', m, ['UTC'])
>
> This has two incompatibilities with the current version of pytz:
> - zoneinfo is a data directory but not a package (no __init__.py)
> - UTC is n
Russell E. Owen wrote:
Removing the line listed above from the recipe fixes the problem --
great.
But it also loses the test for the presence of pytz, which may be a bad
thing (if so, it should also test for dateutils, right?).
I don't think testing for the presence of something is py2apps
On 4/18/10 12:24 AM, Mike wrote:
Hey,
Thanks. I did try it on Debian Linux, and got this:
stripping zgp
/usr/bin/strip: '-': No such file
/usr/bin/strip: /root/crap/zgp/src/dist/zgp.app/Contents/MacOS/zgp: File
format
not recognized
stripping saved 0 bytes (116316 / 116316)
I assume that means
and I'll need a mac?
Mike
- Original Message -
From: "Chris Rebert"
To: "Mike"
Cc:
Sent: Saturday, April 17, 2010 10:44 PM
Subject: Re: [Pythonmac-SIG] Py2app Problem
On Sat, Apr 17, 2010 at 7:28 PM, Mike wrote:
Hi all,
I'm having an issue with Py2
On Sat, Apr 17, 2010 at 7:28 PM, Mike wrote:
> Hi all,
>
> I'm having an issue with Py2app. I'm totally new to this, so if you could
> help I'd greatly appreciate it. Below is some of the output I was getting,
> and the traceback. I generated a setup.py using py2applet, and thne ran
> python setu.
On Jun 30, 2008, at 1:28 PM, Christopher Barker wrote:
The solution is to force include these. It looks like a dabo recipe
is in order. Take a look at the matplotlib recipe -- it needs to
include a bunch of data files also.
/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/sit
Ed Leafe wrote:
I'm trying to use py2app to build an application, and am running
into the following problem. The app uses the Dabo framework, located in
my site-packages directory. The 'dabo' folder contains several
directories that are sub-modules of the framework, as well as a
directory