Re: [Pyobjc-dev] Failing "pbxbuild install"
Brought to you by:
ronaldoussoren
From: <bb...@ma...> - 2003-02-07 16:50:12
|
On Friday, Feb 7, 2003, at 11:42 US/Eastern, Dinu Gherman wrote: > Done. Now all project templates build fine with pbxbuild, but none > of them runs on a different deployment machine (on OS 10.1.5), ad- > mittedly with Python only in /usr/local/bin, not in /usr/bin/... > > But what is worse: the CocoaPythonObjCApp does not even run on the > box where it was built (except inside PB)! You need to have done a '/usr/bin/python setup.py install' for the install targets to work. Either that or adjust the install targets to point to your installation location for pyobjc. b.bum |