[Pythonmac-SIG] Any Adobe CS/CC users in the house?

2013-12-18 Thread Hengist Podd
Just on the off-chance, will leave this here: http://www.mantasystems.co.uk/quickstart/ Requires some manual assembly, the current frontend UI is just a teeny touch old school, language documentation and tutorials are a couple months away, and GUI tools a bit further out still, but hopefully

Re: [Pythonmac-SIG] py access to speech synth?

2008-07-31 Thread Hengist Podd
David Worrall wrote:> Does anyone know whether there's any work being done on a python  > interface to the OSX speech synthesiser?import subprocesssubprocess.call(['say', 'hello world'])HTHhas ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http:

Re: [Pythonmac-SIG] quick tutorial on aemreceive

2008-07-29 Thread Hengist Podd
Rand Dvorak wrote:> I have an app that I created and put into an app wrapper using py2app,  > now need for it to be activated with a folder action script.    All my  > research so far has pointed me to the aemreceive module, but I have  > not idea what to use for for the code for the second argumen

Re: [Pythonmac-SIG] semi_standalone option broken in py2app + Leopard Python?

2008-07-02 Thread Hengist Podd
Jul 1, 2008 11:03:51 AM, [EMAIL PROTECTED] wrote:> Leopard's stock install of py2app should be able to deal with zipped eggs as wel.Yep; fully standalone builds seem okay whether the .egg is zipped or not. FWIW, I did try using a non-zipped appscript egg as well as a zipped one, but the semi-stan

[Pythonmac-SIG] semi_standalone option broken in py2app + Leopard Python?

2008-06-27 Thread Hengist Podd
Hi all,I'm trying to build semi-standalone applications against Leopard's stock Python 2.5 with an appscript 0.19.0 .egg installed, but am getting the following error when I run the resulting apps:### begin error ###test ErrorAn unexpected error has occurred during execution of the main s

Re: [Pythonmac-SIG] appscript and Firefox

2008-06-19 Thread Hengist Podd
Bill Janssen wrote:> But how do I write "<>" in appscript?You need to use the lower-level aem API to construct references/commands using raw AE codes. However, while both APIs are well documented in themselves, it's not currently explained to end users how to combine them in order to work around d