Re: [Pyobjc-dev] 1.0rc2
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-09-11 05:58:15
|
On 10 sep 2003, at 22:46, Russell Finn wrote: > On Wednesday, September 10, 2003, at 03:57 PM, Ronald Oussoren wrote: >> It's long overdue, but here's another prerelease of 1.0. I haven't >> actually tested the installer yet, please let me know of any >> problems. >> >> source tarball: http://pyobjc.sf.net/prerelease/pyobjc-1.0rc2.tar.gz >> installer for Python 2.2 on Jaguar: >> http://pyobjc.sf.net/prerelease/pyobjc-1.0rc2.dmg > > I get an error on installation, during the postflight script; the log > says, > > "cp: /usr/lib/python2.2/site-packages/PyObjC/bin/*: No such file or > directory" > "Could not move scripts to the correct location" > > which is not surprising because there is no such "bin" directory in > the distribution, according to the file listing. > That's because I'm an idiot, I had disabled the installation of the scripts in setup.py and forgot to enable that again before building the package :-( With some luck I'll build a new installer later today. The installation you have now should work correctly, you just don't have a 'nibclassbuilder' script. Ronald |