Re: [Pythonmac-SIG] Python/appscript ready for primetime?

2007-09-05 Thread has
Karl Sweitzer wrote: > Is Python's appscript suitable and sufficiently mature for > deployment in a commercial application? For Apple event IPC, yes. Py-appscript has been around since 2003 and provides the same level of functionality as AppleScript and virtually [1] the same level of appli

Re: [Pythonmac-SIG] Python/appscript ready for primetime?

2007-09-05 Thread Karsten Wolf
Hi, Am 04.09.2007 um 20:29 schrieb Karl Sweitzer: > Is Python's appscript suitable and sufficiently mature for deployment > in a commercial application? You'll have to find out about the commercial part yourself, but... I started Python (with appscript, py2app, pyobjc (which you'll all need

Re: [Pythonmac-SIG] Python/appscript ready for primetime?

2007-09-05 Thread Daniel Miller
Karl, Karl Sweitzer wrote: > Is Python's appscript suitable and sufficiently mature for deployment > in a commercial application? I've used appscript for simple tasks (e.g. attaching a PDF to an email) in an in-house application where I work. It works great for what I need to do. My only

Re: [Pythonmac-SIG] Python/appscript ready for primetime?

2007-09-05 Thread Michael Glassford
Karl Sweitzer wrote: > Is Python's appscript suitable and sufficiently mature for deployment > in a commercial application? > > With the demise of VBA in Microsoft Office, we are faced with > transitioning scripts that manipulate equations in Office and manage > the interoperation of our app