> 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
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
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