RE: [Zope] Python 2.0 ??????

2001-01-18 Thread Brian Lloyd
> The impression I get from the Zope dev site is that 2.3.0b1 (and possibly > before the beta) will compile and run under Python 2.0, but I > haven't tried > it myself. Anything 2.2.x needs patches, which I couldn't get > working right > after a couple hours of tinkering with it. Python 2.0 supp

Re: [Zope] Python 2.0 ??????

2001-01-18 Thread Stephane Bortzmeyer
On Thursday 18 January 2001, at 16 h 33, the keyboard of "OK Studio" <[EMAIL PROTECTED]> wrote: > ISP just upgraded to python 2.0 without my knowledge. (BTW, I run Zope 2.2.2 with Python 2.0c1 for several months without any problem.) > cc -fPIC -O -pipe -D_THREAD_SAFE -I/usr/local/include/py

RE: [Zope] Python 2.0 ??????

2001-01-17 Thread Ron Bickers
ge- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of OK Studio Sent: Thursday, January 18, 2001 12:33 AM To: [EMAIL PROTECTED] Subject: [Zope] Python 2.0 ?? My web site had been working until this morning for months without a problem. When investigating the cause of the crus

RE: [Zope] Python 2.0 ??????

2001-01-17 Thread Magnus Heino (Rivermen)
  There are several solutions to this one.   1. Your ISP probably didn't remove the python1.5 build. 'python' is usually just a link to python1.5.  If you install python 2.0 on top of it, the link will point to python2.0. So change the reference to python in the start script to be python1.5

RE: [Zope] Python 2.0 ??????

2001-01-17 Thread Magnus Heino (Rivermen)
  My web site had been working until this morning for months without a problem. When investigating the cause of the crush I found out that my ISP just upgraded to python 2.0 without my knowledge. My site is as far as I know the only zope site there. It does not start or build. I t

[Zope] Python 2.0 ??????

2001-01-17 Thread OK Studio
My web site had been working until this morning for months without a problem. When investigating the cause of the crush I found out that my ISP just upgraded to python 2.0 without my knowledge. My site is as far as I know the only zope site there. It does not start or build. I tried to upgra