Hi Everyone,
I'm trying to create a stand-alone app for some scientific analysis code
using py2app, and I'm running into problems when I try to include scipy in
my application (same goes for matplotlib). As you can guess, this is a
necessary pre-requisite for my app to be at all useful. The docu
Thanks for the quick response. Unfortunately I can't get this to work, now
for other reasons. I've attached the updated setup.py file and my simple
test program (test_app.py) to this email.
The problem seems to lie with pytz:
] python setup.py py2app
(lots of byte-compiling messages here).
h-py2.6.egg
> It reminds me of the error I get when I try to edit a file in a package
> that was installed as an egg.
>
> On Fri, Aug 12, 2011 at 8:56 AM, Michael Schmidt wrote:
>
>> Thanks for the quick response. Unfortunately I can't get this to work,
>> now fo
> I am running python 2.7.2 from python.org on Snow Leopard, matplotlib
> 1.0.1 built from source, py2app 0.6.4. Maybe updating your version of
> matplotlib solves the problem.
Got it to work after installing python2.7 and building numpy, scipy and
matplotlib from the source to run in 64 bit mod