On 14 Apr, 2009, at 19:19, Johan Rydberg wrote:
> I would like to use the great BWToolkit in my little application.
>
> So, how do I bundle and use a framework with pyobjc and py2app?
>
> I've included the framework using the --framework option to py2app
> for startes, but still the symbols isn't available to the NIB.
>
> After a bit of googling I found this:
>
> http://livingcode.blogspot.com/2004/11/packaging-frameworks.html
>
> Is this the correct way to do it?
The code on that page should work, but seems unnecesarily complex. To
be honest I haven't seriously tried packaging additional frameworks
into .app bundles, I've been getting away with either using only
Apple's frameworks are relying on already installed frameworks in /
Library/Frameworks until know. I'll probably package the BWToolkit
sometime in the future, it seems to contain some useful functionality.
Ronald
|