[Pythonmac-SIG] PyObjCStrBridgeWarning from NibClassBuilder.extractClasses

Bob Swerdlow rswerdlow at goombah.com
Mon May 9 22:23:55 CEST 2005


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?

Thanks,
Bob 




More information about the Pythonmac-SIG mailing list