Re: [Pyobjc-dev] should I worry about nibclassbuilder?
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-02-09 11:34:44
|
On Sunday, Feb 9, 2003, at 07:31 Europe/Amsterdam, Chris Ryland wrote: > I installed pyobjc from CVS and I had to change a few permissions to > get it built and installed--is that normal? (But mostly for things I'm > adding, so that doesn't worry me, such as /usr/local/include, etc.) > > I didn't want to do that for /usr/bin, so the installation of > Scripts/nibclassbuilder failed. Should I worry? No, the script is not essential. BTW. The correct way to install is 'sudo python setup.py install', that way you don't have to change the permissions on /usr/local (making it harder to accidently trash the /usr/local tree). Ronald |