[Pyobjc-dev] Trouble finding shared libraries?
Brought to you by:
ronaldoussoren
From: Jordan K. <jo...@kr...> - 2004-04-11 09:10:33
|
Fresh install of Panther, Xcode Tools 10.3 SDK (not sure if that was needed or not), updated to latest version. Installed MacPython addons for Panther, followed by the pyobjc-1.1b1 binary installer. When running Xcode and choosing Cocoa-Python Application, it pre-populates the project with PyObjC under Frameworks & Modules, but _AddressBook.so isn't found. The same is the case with the following files that are highlighted in red in the project view: _AddressBook.so _InterfaceBuilder.so _PreferencePanes.so _SecurityInterface.so _WebKit.so This is the error that Xcode gives me: pbxcp: _AddressBook.so: No such file or directory Is this fixed in later versions, or am I doing something wrong? Does the basic template not compile as-is without adding other application elements? J. |