Re: [Pythonmac-SIG] appscript create new iphoto album

2007-11-28 Thread David Voswinkel
> You have to use its weird, non-standard 'new album' command (which > returns a broken reference, btw, so don't use that): > > app('iPhoto').new_album(name='New Album') Thx for that tip. But now iam stuck with the task to add a photo to a referenced album. I tried all kinds of app.add or

Re: [Pythonmac-SIG] Problem (and workaround) with XCode and Python projects - non ascii characters in user's name

2007-11-28 Thread Juan C. Méndez
Hraban - Sure, that fixes the problem right away... sorry I mentioned the workaround in the title, but didn't write what the workaround was. However Apple needs to fix the template, since someone that just starts using XCode may be thrown off by the cryptic message *** Terminating app due to unca

Re: [Pythonmac-SIG] Problem (and workaround) with XCode and Python projects - non ascii characters in user's name

2007-11-28 Thread Henning Hraban Ramm
Am 2007-11-27 um 13:50 schrieb Juan C. Méndez: > When a new project is created, XCode takes the user name and pre- > fills the headers of the source files. In Python projects, this > creates a problem if the user's name has non ascii characters (like > accents). The problem is that the applic