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

2008-03-14 Thread Henning Hraban Ramm
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)) << 2 >> Why is Finder.copy not (yet) implemented? Will it soon?

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

2008-03-14 Thread Henning Hraban Ramm
Am 2008-03-14 um 21:06 schrieb Henning Hraban Ramm: > myfile = sys.argv[1] must be: myfile = unicode(sys.argv[1], 'utf-8') Greetlings from Lake Constance! Hraban --- http://www.fiee.net https://www.cacert.org (I'm an assurer) ___ Pythonmac-SIG mailli

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

2008-03-14 Thread Henning Hraban Ramm
Am 2008-03-13 um 01:47 schrieb has: > As part of the current upgrade of the appscript website, I'm putting > together a list of topics for an appscript FAQ, and wondering if > anyone has any requests or suggestions for topics it should cover? > Both Python/Ruby/ObjC-specific and general topic idea

Re: [Pythonmac-SIG] pynomo

2008-03-14 Thread Ronald Oussoren
On Friday, March 14, 2008, at 04:46PM, "Alan Curtis" <[EMAIL PROTECTED]> wrote: >I would like to play with the pynomo package. > >I have installed the prerequisites using macports and the pynomo >package using python setup.py install but get an error when I try to >run the examples. > >$ pyth

[Pythonmac-SIG] pynomo

2008-03-14 Thread Alan Curtis
I would like to play with the pynomo package. I have installed the prerequisites using macports and the pynomo package using python setup.py install but get an error when I try to run the examples. $ python example_1.py Traceback (most recent call last): File "example_1.py", line 16, in