Re: [Pyobjc-dev] (no subject)
Brought to you by:
ronaldoussoren
From: b.bum <bb...@ma...> - 2003-08-22 16:53:31
|
On Thursday, August 21, 2003, at 11:45 , Zachery Bir wrote: > It doesn't run because he doesn't have PyObjCTools in his path. I > thought the PB Templates included the modules necessary to run on > systems without PyObjC installed. It's even in the PyObjC Framework in > my PB Project. Is it supposed to be shimming in the included modules > at runtime? Am I missing something? Did you go to the command line and do 'pbxbuild install' to build the app? The PyObjC module only copies into the app wrapper on install builds to save time during the build. b.bum |