[Zope] Python 2.0 ??????

Magnus Heino (Rivermen) magnus.heino@rivermen.se
Thu, 18 Jan 2001 07:32:59 +0100


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C08118.8038ACD0
Content-Type: text/plain;
	charset="iso-8859-1"

 
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 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 :
 
 


------_=_NextPart_001_01C08118.8038ACD0
Content-Type: text/html;
	charset="iso-8859-1"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 5.50.4134.600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Tahoma size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=356382606-18012001><FONT face=Tahoma size=2>There are several 
solutions to this one.</FONT></SPAN></DIV>
<DIV><SPAN class=356382606-18012001><FONT face=Tahoma 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=356382606-18012001><FONT face=Tahoma size=2>1. Your ISP 
probably didn't remove the python1.5 build. 'python' is usually just a link to 
python1.5.&nbsp; 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'</FONT></SPAN></DIV>
<DIV><SPAN class=356382606-18012001><FONT face=Tahoma 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=356382606-18012001><FONT face=Tahoma size=2>2. If python1.5 
actually is removed, compile a version of 1.5 on your own with './configure 
--prefix=/path/to/your/home &amp;&amp; make &amp;&amp; make install'. Put that 
in your path, and use that version of python to build with.</FONT></SPAN></DIV>
<DIV><SPAN class=356382606-18012001><FONT face=Tahoma 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=356382606-18012001><FONT face=Tahoma size=2>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.</FONT></SPAN></DIV>
<DIV><SPAN class=356382606-18012001><FONT face=Tahoma 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=356382606-18012001><FONT face=Tahoma size=2>/Magnus (Is there 
no way to tell Outlook2000 to NOT send a message in html format EVER? 
:-P)</FONT></SPAN></DIV>
<DIV><FONT face=Tahoma><BR><BR><FONT size=2></FONT></FONT></DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV><FONT size=2>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.&nbsp;My site 
  is&nbsp;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.</FONT></DIV>
  <DIV><FONT size=2>This is what i got when trying to upgrade to version 2.2.5 
  :</FONT></DIV>
  <DIV><FONT size=2></FONT>&nbsp;</DIV>
  <DIV><FONT size=2></FONT>&nbsp;</DIV></BLOCKQUOTE></BODY></HTML>

------_=_NextPart_001_01C08118.8038ACD0--