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
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
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
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