[Pythonmac-SIG] PyObjCStrBridgeWarning from NibClassBuilder.extractClasses

Bob Ippolito bob at redivi.com
Mon May 9 22:43:26 CEST 2005


On May 9, 2005, at 4:23 PM, Bob Swerdlow wrote:

> I'm still working to get my application running with Py2App.   
> Things look
> pretty good now, except that at start-up, I still get a
> PyObjCStrBridgeWarning when the application starts.  I stripped my  
> test case
> down to the point where all it was doing was loading a new NIB  
> (created by
> saving a new, unchanged InterfaceBuilder .nib file) with
>     import NibClassBuilder
>     NibClassBuilder.extractClasses(u'Test')
> and I still get the warning.
>
> This is on Panther with PyObjC 1.3.
>
> How do I fix this?

Update to PyObjC from svn

-bob



More information about the Pythonmac-SIG mailing list