Re: [Pythonmac-SIG] using py2app with scipy

2011-08-12 Thread Michael Schmidt
> 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

Re: [Pythonmac-SIG] translate applescript to appscript

2011-08-12 Thread Ned Deily
In article , Adam Morris wrote: > >  app("Finder").items[mactypes.Alias("/path/to/file")] > It works! Thanks!! > (So simple, actually) It is simple but not necessarily obvious. I've been using appscript for a number of years but it was just fairly recently that I ran across that reference fo

Re: [Pythonmac-SIG] translate applescript to appscript

2011-08-12 Thread Adam Morris
>  app("Finder").items[mactypes.Alias("/path/to/file")] It works! Thanks!! (So simple, actually) ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: http://mail.python.org/mailman/opt

Re: [Pythonmac-SIG] using py2app with scipy (Russell E. Owen)

2011-08-12 Thread Russell E. Owen
In article , Michael Schmidt wrote: > 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.

Re: [Pythonmac-SIG] using py2app with scipy (Russell E. Owen)

2011-08-12 Thread Michael Schmidt
I just tried unzipping it, but unfortunately it still doesn't work - same error. Thanks for the tip though. On Fri, Aug 12, 2011 at 11:35 AM, Sean DiZazzo wrote: > Sorry if this is naive, but you might want to try unzipping the egg at >/Library/Python/2.6/site-packages/pytz-2011h-py2.6.egg

Re: [Pythonmac-SIG] using py2app with scipy (Russell E. Owen)

2011-08-12 Thread Sean DiZazzo
Sorry if this is naive, but you might want to try unzipping the egg at /Library/Python/2.6/site-packages/pytz-2011h-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

Re: [Pythonmac-SIG] using py2app with scipy (Russell E. Owen)

2011-08-12 Thread Emanuele Santos
Hi, Michael I have built an application that includes numpy, scipy and matplotlib. My script is very similar to yours and I tested your script files and the app is built fine on my machine, so I guess the problem could be with your installation of matplotlib. I am running python 2.7.2 from python

Re: [Pythonmac-SIG] using py2app with scipy (Russell E. Owen)

2011-08-12 Thread Michael Schmidt
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).