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/python2.0 =
 -I/usr/local/in
 clude/python2.0 -DHAVE_CONFIG_H -c ./../Components/cPickle/cPickle.c
 ../../Components/cPickle/cPickle.c:57: mymath.h: No such file or =
 directory

Small bug: just suppress the #include ... mymath.h and recompile.




___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




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 will not be
 100% "supported" in 2.3 final, but that doesn't necessarily mean it won't
 run.

Yes - 2.3 contains some changes (thanks mostly to Toby Dickenson)
that let it build and run w/o patches under Python 2. Python 2
is still not "officially supported", in that you are on your
own if you run into problems that are Python 2-specific and
2.3 doesn't make use of any 2.0 features (unicode, etc.)

I expect Zope 2.4 to be mainly about moving offically to Python
2 (2.4 will likely require Python 2) and integrating unicode,
etc.

Brian Lloyd[EMAIL PROTECTED]
Software Engineer  540.371.6909
Digital Creations  www.digicool.com


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




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 tried to upgrade to version 2.2.5 (I was running 2.2.2) without a 
  success.
  This is what i got when trying to upgrade to version 2.2.5 
  :


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 
instead, and it will work. If you removed your old 2.2.2 site, build the 2.2.5 
one with 'python1.5 w_pcgi.py'

2. If python1.5 
actually is removed, compile a version of 1.5 on your own with './configure 
--prefix=/path/to/your/home  make  make install'. Put that 
in your path, and use that version of python to build with.

3. Although not 
official, the CVS checkout of Zope (2.3.1beta+), does seem to work just fine 
with python2.0. But maybe that will break something else in the products that 
you are using.

/Magnus (Is there 
no way to tell Outlook2000 to NOT send a message in html format EVER? 
:-P)


  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 upgrade to version 2.2.5 (I was running 2.2.2) without a 
  success.
  This is what i got when trying to upgrade to version 2.2.5 
  :
  
  


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

2001-01-17 Thread Ron Bickers

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 will not be
100% "supported" in 2.3 final, but that doesn't necessarily mean it won't
run.

See http://dev.zope.org/Wikis/DevSite/Projects/Python20Migration/FrontPage
for details.
___

Ron Bickers
Logic Etc, Inc.
[EMAIL PROTECTED]

-Original Message-
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 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
upgrade to version 2.2.5 (I was running 2.2.2) without a success.
This is what i got when trying to upgrade to version 2.2.5 :


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )