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