[Pythonmac-SIG] using for reference
Shamus
shamusom at gmail.com
Fri Jun 6 00:48:31 CEST 2008
Perhaps I am not using the right syntax, but here is the applescript
command I am trying to use in pyappscript:
make new collection with name "Test1" for library "Shamus"
for the life of me I cannot get this to work in pyappscript:
bn.libraries['Shamus'].make(new=k.collection, with_name='Test1',
for=bn.libraries['Shamus'])
I get this error:
File "<stdin>", line 1
bn.libraries['James'].make(new=k.collection, with_name='James',
for=bn.libraries['James'])
Is there some bug with the for reference??
thanks in advance..
More information about the Pythonmac-SIG
mailing list