[Pyobjc-dev] bundling frameworks
Brought to you by:
ronaldoussoren
|
From: Johan R. <joh...@gm...> - 2009-04-14 17:19:39
|
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? |