Re: [Pythonmac-SIG] needed: simple gui toolkit with "japanese input" support

2006-04-10 Thread gabor
'm trying to build. it's going to be a simple dictionary application,so it will only have a VERY simple gui... some textfields and some buttons and that's all (for now). so i simply don't need the complexity of the interface-builder and so on. i understand that it ma

Re: [Pythonmac-SIG] appscript + iPhoto problem

2005-07-13 Thread gabor
property in appscript? i tried to simply get it's keywords, append a new keyword to the array, and set it, but it did not work: keys = photo.keywords.get() allkeys = iphoto.keywords.get() lastkey = allkeys[-1] keys.append(lastkey) photo.keywords.set(keys) i get an "Application error