[Zope-dev] Can't start Zope (Python 2.0 , BSDI 4.0 , Zope 2.3.0b3) = ImportError: cannot import name DateTime

2001-02-05 Thread Emmanuel DISCORS
Hi all, Having this Traceback with Zope 2.3.0 2.3.0b3 Can I do something to start the server ? Thanks. Emmanuel. = bash-2.02$ ./start Traceback (most recent call last): File "/usr/local/apache/htdocs/commercial/advl/zope/Zope-2.3.0-src/z2.py", line 565, in ? exec "import "+MODULE

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

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 support

[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 isas far as I know the only zope site there. It does not start or build. I tried to

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 isas far as I know the only zope site there. It does not start or build. I

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 Ron Bickers
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 crush I found out that m