my bad...
The Objective C project template can't know the name of the principal
class when the project is set up, so naturally you have to edit the
info.plist and add it later. So then the miracle is that the code
does work when called with the -A flag. I guess that must be some
py2app m
Hi,
I have a question about PyObjC. I used XCode to build a bundle
(written in Objective C) which I then placed in the resources
directory of an XCode PyObjC application and added to that project.
I build the application from the command line with either of these
two lines:
/usr/local/b