Re: [Pythonmac-SIG] [ann] PyOSA 0.1.0, Appscript Installer 1.5.1 released

2007-03-31 Thread has
Jacob Rus wrote: > > For example, you could create a Mail rule that runs an 'AppleScript' > > action whenever new messages are received. > > Could someone make such an example script (or something similar), and > put it up somewhere? There is a very simple example script included with PyOSA that

Re: [Pythonmac-SIG] [ann] PyOSA 0.1.0, Appscript Installer 1.5.1 released

2007-03-31 Thread Jacob Rus
has wrote: > For example, you could create a Mail rule that runs an 'AppleScript' > action whenever new messages are received. That rule would load a > PyOSA script and call its 'perform_mail_action_with_messages' > function, passing it a list of message references. The script could > then

Re: [Pythonmac-SIG] [ann] PyOSA 0.1.0, Appscript Installer 1.5.1 released

2007-03-28 Thread has
On 28 Mar 2007, at 15:38, Nehemiah Dacres wrote: > you should put this on the wiki, this is a grate example of the > power this holds Good idea. There's a few things I've been meaning to check/do on the python.org wiki since the pythonmac wiki pages were added to it, though unfortunately I'

Re: [Pythonmac-SIG] [ann] PyOSA 0.1.0, Appscript Installer 1.5.1 released

2007-03-28 Thread Nehemiah Dacres
you should put this on the wiki, this is a grate example of the power this holds On 3/27/07, has <[EMAIL PROTECTED]> wrote: On 27 Mar 2007, at 17:35, Kevin Walzer wrote: >> Announcing the first release of PyOSA, a new OSA language >> component for Python. > > I'm confused--how is this differen

Re: [Pythonmac-SIG] [ann] PyOSA 0.1.0, Appscript Installer 1.5.1 released

2007-03-27 Thread has
On 27 Mar 2007, at 17:35, Kevin Walzer wrote: >> Announcing the first release of PyOSA, a new OSA language >> component for Python. > > I'm confused--how is this different from appscript? In a nutshell, PyOSA makes Python a *full* peer to AppleScript. Appscript is an Apple event bridge, allow

Re: [Pythonmac-SIG] [ann] PyOSA 0.1.0, Appscript Installer 1.5.1 released

2007-03-27 Thread has
On 27 Mar 2007, at 17:12, Daniel Lord wrote: > John Gruber couldn't have put it any better: "Holy sh*t!" (http:// > daringfireball.net/) Hahah, I'll have to get that as a testimonial. :) > The MacPython world became a much friendlier place today. > Great work and thank you very much. Cheers.

Re: [Pythonmac-SIG] [ann] PyOSA 0.1.0, Appscript Installer 1.5.1 released

2007-03-27 Thread Daniel Lord
On Mar 27, 2007, at 9:35, Kevin Walzer wrote: Announcing the first release of PyOSA, a new OSA language component for Python. PyOSA allows you to write Python scripts in Script Editor and attach them to OSA-enabled applications such as Mail (Mail Rules), iTunes (Scripts menu) and System Eve

Re: [Pythonmac-SIG] [ann] PyOSA 0.1.0, Appscript Installer 1.5.1 released

2007-03-27 Thread Kevin Walzer
has wrote: > Hi all, > > Announcing the first release of PyOSA, a new OSA language component for > Python. PyOSA allows you to write Python scripts in Script Editor and > attach them to OSA-enabled applications such as Mail (Mail Rules), > iTunes (Scripts menu) and System Events (Folder Actions

Re: [Pythonmac-SIG] [ann] PyOSA 0.1.0, Appscript Installer 1.5.1 released

2007-03-27 Thread Daniel Lord
John Gruber couldn't have put it any better: "Holy sh*t!" (http:// daringfireball.net/) The MacPython world became a much friendlier place today. Great work and thank you very much. On Mar 27, 2007, at 2:49, has wrote: Hi all, Announcing the first release of PyOSA, a new OSA language compone

[Pythonmac-SIG] [ann] PyOSA 0.1.0, Appscript Installer 1.5.1 released

2007-03-27 Thread has
Hi all, Announcing the first release of PyOSA, a new OSA language component for Python. PyOSA allows you to write Python scripts in Script Editor and attach them to OSA-enabled applications such as Mail (Mail Rules), iTunes (Scripts menu) and System Events (Folder Actions). PyOSA is very