Re: [Pythonmac-SIG] suggestions for an appscript FAQ

2008-03-15 Thread Henning Hraban Ramm
Am 2008-03-15 um 22:13 schrieb has: >> << 1 >> >> Why does this work: >> document = InDesign.make(new=k.document) >> document.save(to=ComposedFile(path)) >> >> but not this: >> document = InDesign.make(new=k.document).save(to=ComposedFile(path)) > > Seems to work on CS3. What are you

Re: [Pythonmac-SIG] Unicode path problems (was: Re: suggestions for an appscript FAQ)

2008-03-15 Thread Henning Hraban Ramm
Am 2008-03-15 um 21:37 schrieb has: > Henning Hraban Ramm wrote: >> I struggled a lot with paths containing non-ASCII characters. > Hmmm. Is this with the 0.18.1 release? Do you get the same problem > with the current appscript trunk? Sorry - since yesterday it works (with 0.18.1). Some problems

[Pythonmac-SIG] Custom Installation with Distutils

2008-03-15 Thread newbie73
a week ago I was having some problems setting up my PATH variables, though now I seem to have the environment under control. I'd like to specify the location for all installed libraries - python.org mentions the use of .pydistutils.cfg. I placed this in ~/.pydistutils.cfg: install-base=$HOME/Co

Re: [Pythonmac-SIG] suggestions for an appscript FAQ

2008-03-15 Thread has
Henning Hraban Ramm wrote: > Perhaps more FAQs: > > << 1 >> > Why does this work: > document = InDesign.make(new=k.document) > document.save(to=ComposedFile(path)) > > but not this: > document = InDesign.make(new=k.document).save(to=ComposedFile(path)) Seems to work on CS3. What

Re: [Pythonmac-SIG] Unicode path problems (was: Re: suggestions for an appscript FAQ)

2008-03-15 Thread has
Henning Hraban Ramm wrote: > I struggled a lot with paths containing non-ASCII characters. Hmmm. Is this with the 0.18.1 release? Do you get the same problem with the current appscript trunk? Ta, has -- Control AppleScriptable applications from Python, Ruby and ObjC: http://appscript.sourcef

Re: [Pythonmac-SIG] suggestions for an appscript FAQ

2008-03-15 Thread has
Richard Brosnahan wrote: >> 1. suggestions for an appscript FAQ (has) > > I would love to see notes about using appscript with Xcode. In > particular, > writing full blow applications using appscript instead of scripting > bridge. Could you clarify? Using appscript (or SB) in Xcode is no d