On 20 Mar 2006, at 07:42, Bernd Dorn wrote:
$ make "/usr/local/bin/python2.3" "/Users/spuhlema/Desktop/Zope-2.8.6- final/setup.py" \ build --build-base="/Users/spuhlema/Desktop/Zope-2.8.6-final/build-base/ python-2.3" --build-lib="/Users/spuhlema/Desktop/Zope-2.8.6-final/build-base/ python-2.3/build-lib" --build-scripts="/Users/spuhlema/Desktop/Zope-2.8.6-final/build- base/python-2.3/build-scripts" --build-temp="/Users/spuhlema/Desktop/Zope-2.8.6-final/build-base/ python-2.3/build-temp" running build running build_py error: package directory 'build/lib/darwin-8/5/2-i386-2/4/zope/app/traversing/ftests' does not exist make: *** [build] Error 1
I guess Python doesn't compile equally on PowerPc and Intel. Any idea?
you need zlib support compiled into python, this is only done, if the zlib header files are found at configure time
do you have it?
Umh, take a look at the error message. Do you see anything that looks like a zlib problem? I don't. jens