[Zope-Coders] Re: [Zope-Checkins] CVS: Zope/doc - INSTALL.txt:1.33

kapil thangavelu kvthan@wm.edu
Mon, 7 Oct 2002 16:50:27 -0700


On Monday 07 October 2002 07:25 am, Tres Seaver wrote:
> On Sat, 2002-10-05 at 13:43, Steve Alexander wrote:
> > > BTW, I would be experimenting with 2.2.1 right now on a client
> > > gig if I could get the libxml2-python and libxslt-python stuff to build
> > > properly under that version.
> >
> > I've been running Zope with Python 2.2.1 since Python 2.2.1 came out on
> >   my main application server instance. No stability problems.
>
> Thanks, that is good to know.  What OS, version, etc. are you using?
> ISTR that the problem reared its ugly head only on a
> somewhat-less-popular Zope platform (FreeBSD?  Windows?).

i'm not sure how platform specific it is, as i'm running linux and get 
segfaults trying to run zope2x with python2.2x.

gentoo linux, 1.3
gcc 3.1.1 

cd Zope # cvs HEAD co 
cvs up -P -d
python2.2 wo_pcgi.py
export PYTHONPATH=$PWD/lib/python
python2.2
Python 2.2.1 (#1, Aug  6 2002, 14:56:59)
[GCC 3.1.1] on linux2
>> import DateTime
>> import Acquisition
>> import MultiMappng
# everything looks ok, till i get to  btrees
>> import BTrees
Segementation fault

i'll try it out with py 2.2.2.

hth,

-kapil