Re: [Pythonmac-SIG] Help getting started with py-appscript

2008-04-05 Thread has
Dewey V. Schorre wrote: > My only copy of Python is MacPython 2.5 in my application folder. That's just the GUI utilities that come with the third-party Python 2.5 distribution from python.org; the Python framework itself, which includes its command line tools, is installed under /Library/Fra

Re: [Pythonmac-SIG] Help getting started with py-appscript

2008-04-04 Thread Dewey V. Schorre
On Apr 4, 2008, at 4:45 AM, has wrote: Dewey V. Schorre wrote: I began by installing py-appscript like this: macpro-administrators-computer:~ val$ sudo easy_install appscript . . . Finished processing dependencies for appscript macpro-administrators-computer:~

Re: [Pythonmac-SIG] Help getting started with py-appscript

2008-04-04 Thread has
Dewey V. Schorre wrote: > I began by installing py-appscript like this: > > macpro-administrators-computer:~ val$ sudo easy_install appscript > . . . > Finished processing dependencies for appscript > macpro-administrators-computer:~ val$ > > I thought that had worked, so I

[Pythonmac-SIG] Help getting started with py-appscript

2008-04-03 Thread Dewey V. Schorre
I began by installing py-appscript like this: macpro-administrators-computer:~ val$ sudo easy_install appscript . . . Finished processing dependencies for appscript macpro-administrators-computer:~ val$ I thought that had worked, so I began the tutorial like this: