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
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,
so I found out that Apple added a new load command in oct 2006 that
macholib didn't have yet. I created a patch that fixes the problem
that you can find here:
http://dev.collab.com/rtmpy/ticket/7
Thanks,
Thijs
On Jun 28, 2007, at 4:23 PM, Thijs Triemstra|Collab wrote:
> Hi Ronald,
>
>>
I just applied this patch to the trunk.
-bob
On 6/30/07, Thijs Triemstra | Collab <[EMAIL PROTECTED]> wrote:
> Hi,
>
> so I found out that Apple added a new load command in oct 2006 that
> macholib didn't have yet. I created a patch that fixes the problem
> that you can find here:
> http://dev.co