Re: [Pythonmac-SIG] using py2app with scipy

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

Re: [Pythonmac-SIG] translate applescript to appscript

2011-08-11 Thread Ned Deily
In article , Adam Morris wrote: > I posted a question a few months ago and didn't quite get the answer I > was looking for, so this is my second attempt. > > I need the following applescript translated into python appscript: > > tell application "Finder" to "/path/to/file" as POSIX file as ali

[Pythonmac-SIG] using py2app with scipy

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

Re: [Pythonmac-SIG] translate applescript to appscript

2011-08-11 Thread Adam Morris
Hello again, all: I posted a question a few months ago and didn't quite get the answer I was looking for, so this is my second attempt. I need the following applescript translated into python appscript: tell application "Finder" to "/path/to/file" as POSIX file as alias The earlier answer given