Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-04-15 Thread manuel spuhler
Hello David, sorry, I meant you before, but hey, hello too Dieter ;-) I think I broke the thread, sorry for reposting: I finally manage to install and run Zope 2.8.6 on Mac Intel after installing the Universal package of python 2.4.3 for os x (http://www.python.org/download/releases/2.4.3/).

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-04-14 Thread manuel spuhler
Hello Dieter, Thanks for your help, I have Zope 2.8.6 and Python 2.3.5 compiled with Fink. I also had the same problem with python 2.3.5 from Apple, which is known to lack some features, so you might be right with conflicting Python version. Under Unbutu, I used to compile Zope with python-devel

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-04-14 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I don't see how a packaged Python that is possibly compiled with dubious options and split up along dubious lines into Python, Python- dev and Python-whatever is better than a self-compiled Python on OS X. The following document tells you how to

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-04-14 Thread manuel spuhler
Thank you, I tried that already, but for some reasons, it did'nt work 2006/4/14, Jens Vagelpohl [EMAIL PROTECTED]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I don't see how a packaged Python that is possibly compiled with dubious options and split up along dubious lines into Python,

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-04-13 Thread Dieter Maurer
manuel spuhler wrote at 2006-4-12 21:40 +0200: ... File /opt/Zope2.8/lib/python/ZODB/__init__.py, line 21, in ? from persistent import TimeStamp File /opt/Zope2.8/lib/python/persistent/__init__.py, line 19, in ? from cPersistence import Persistent, GHOST, UPTODATE, CHANGED, STICKY

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-04-13 Thread David H
Dieter Maurer wrote: manuel spuhler wrote at 2006-4-12 21:40 +0200: ... File "/opt/Zope2.8/lib/python/ZODB/__init__.py", line 21, in ? from persistent import TimeStamp File "/opt/Zope2.8/lib/python/persistent/__init__.py", line 19, in ? from cPersistence import Persistent,

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-04-12 Thread manuel spuhler
Hello, I re-installed Tiger on my Mac from scratch, and tried to compile Zope (with python from Fink). Hopefully, everything went fine this time. Then I succeeded to instanciate Zope. And I started Zope, and it failed, bouhouhou. As I am totally new in Python/C I don't know what the error

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-03-22 Thread manuel spuhler
Zope/Plone binary installer from http://plone.org/products/plone runs perfectly on Mac Intel !;-) ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-03-20 Thread Jens Vagelpohl
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/

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-03-20 Thread manuel spuhler
you need zlib support compiled into python, this is only done, if thezlib header files are found at configure time do you have it?I have zlib included at configure time ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope **

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-03-20 Thread Bernd Dorn
On 20.03.2006, at 09:37, Jens Vagelpohl wrote: 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

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-03-20 Thread manuel spuhler
on osx i would suggest using darwinports anywayTried with darwinports compiled form source (best on mac intel), and got the same error. $ ./configure --with-python=/opt/local/bin/python2.3 make... error: package directory 'build/lib/darwin-8/5/2-i386-2/4/zope/app/traversing/ftests' does not

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-03-20 Thread Bernd Dorn
On 20.03.2006, at 20:46, manuel spuhler wrote: on osx i would suggest using darwinports anyway Tried with darwinports compiled form source (best on mac intel), and got the same error. $ ./configure --with-python=/opt/local/bin/python2.3 make ... error: package directory

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-03-19 Thread Jens Vagelpohl
$ make /usr/bin/python /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

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-03-19 Thread manuel spuhler
Hello, Thank you for your hints. I successfully compiled python2.3.5 for OS 10.4, as described in Florent Guillaume's blog, but when I try to compile Zope, I get the same error: $ ./configure --prefix=/opt/Zope2.8 --with-python=/usr/local/bin/python2.3 Using Python interpreter at

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-03-19 Thread Jens Vagelpohl
On 19 Mar 2006, at 19:30, manuel spuhler wrote: Hello, Thank you for your hints. I successfully compiled python2.3.5 for OS 10.4, as described in Florent Guillaume's blog, but when I try to compile Zope, I get the same error: There must be some odd difference then. It all works just fine on

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-03-19 Thread Bernd Dorn
On 19.03.2006, at 20:30, manuel spuhler wrote: Hello, Thank you for your hints. I successfully compiled python2.3.5 for OS 10.4, as described in Florent Guillaume's blog, but when I try to compile Zope, I get the same error: $ ./configure --prefix=/opt/Zope2.8 --with-python=/usr/local/bin/