tony, zope and python 2.2 are not compatible at this moment. jens On Friday, October 26, 2001, at 08:13 , Tony McDonald wrote:
Ok, the acid test - I got a clean Zope 2.4.1 installation and did a;
% python2.2 wo_pcgi.py
installation. I then started Zope up (obviously with python 2.2) and got this;
208 [12:58] % ./start /usr/local/lib/python2.2/FCNTL.py:7: DeprecationWarning: the FCNTL module is deprecated; please use fcntl DeprecationWarning) /usr/local/lib/python2.2/FCNTL.py:7: DeprecationWarning: the FCNTL module is deprecated; please use fcntl DeprecationWarning)
Etc.
I also got a core dump from python2.2
Thinking it might be a 2.4.2 issue, I built that from scratch as well (using python 2.2). I got the same result.
Any ideas anybody? My primary guess is, that Solaris doesn't relese the threads after using them. I've tried a threaded Python script on my Solaris machiene and that had no problems. But I must confess I have no clue on how Zope Threading works. Therefore my test doesn't proove anything really.
I have no idea what might be causing this. I'm not a Solaris kernel hacker or anything like that.
It seems that zope and python2.2 don't want to play anyhow (that's a little unfair - python 2.2 is a beta at the moment).