We are now back to using "Zope-2.3.2-linux2-x86.tgz" from zope.org. Which version of python will the "./install " use 1.5.2 or 2.0? Which version of python should we use and how (how do we get it install with the right version of python). We are using Linux-Mandrake 8.0 which comes with Python 2.0. Thanks. Karl. -----Original Message----- From: Chad Crawley [mailto:chad@sidhe.yi.org] Sent: Sunday, June 10, 2001 11:00 AM To: Karl Munroe Subject: Re: [Zope] Help with the rpm I'm also running Linux-Mandrake 8.0, and I've had better luck with a source install. The RPM comes with a built-in version of Python 1.5.2, so Zope ignores the standard Python 2.0 install unless you build it yourself. If you are interested, I put a copy of my current startup script at http://sidhe.yi.org/chad/misc/zope . To use it, edit the INSTANCE_HOME variable to use the correct path on your system and copy the file to /etc/rc.d/init.d/zope . -- Chad Crawley On Sat, Jun 09, 2001 at 09:58:09AM -0800, Karl Munroe wrote:
Hi All,
I recently downloaded the zope 2.3.2 rpm (Zope-2.3.2-1.i386.rpm) from http://starship.python.net/crew/jrush/Zope/Zope232.html
tried the install, but it did not work for me on Linux Mandrake 8.0. I have python 2.0 installed and running.
does anyone know how to write the start up script that will run zope as a service.
I also tried the how-to: Startup script forRedhat Linux..this also failed
You should use Python 1.5.2 with Zope 2.3.2. If you're not sure which version of python you are using, I believe you can change the install script to specify which Python program to use. Zope 2.4(alpha?) requires Python 2.0. Eric Balasbas Senior Developer eric@virtosi.com http://www.virtosi.com/ Virtosi Ltd. Design -- Branding -- Zope On Mon, 11 Jun 2001, Karl Munroe wrote:
We are now back to using "Zope-2.3.2-linux2-x86.tgz" from zope.org.
Which version of python will the "./install " use 1.5.2 or 2.0? Which version of python should we use and how (how do we get it install with the right version of python).
We are using Linux-Mandrake 8.0 which comes with Python 2.0.
Thanks.
Karl.
-----Original Message----- From: Chad Crawley [mailto:chad@sidhe.yi.org] Sent: Sunday, June 10, 2001 11:00 AM To: Karl Munroe Subject: Re: [Zope] Help with the rpm
I'm also running Linux-Mandrake 8.0, and I've had better luck with a source install. The RPM comes with a built-in version of Python 1.5.2, so Zope ignores the standard Python 2.0 install unless you build it yourself.
If you are interested, I put a copy of my current startup script at http://sidhe.yi.org/chad/misc/zope . To use it, edit the INSTANCE_HOME variable to use the correct path on your system and copy the file to /etc/rc.d/init.d/zope .
-- Chad Crawley
On Sat, Jun 09, 2001 at 09:58:09AM -0800, Karl Munroe wrote:
Hi All,
I recently downloaded the zope 2.3.2 rpm (Zope-2.3.2-1.i386.rpm) from http://starship.python.net/crew/jrush/Zope/Zope232.html
tried the install, but it did not work for me on Linux Mandrake 8.0. I have python 2.0 installed and running.
does anyone know how to write the start up script that will run zope as a service.
I also tried the how-to: Startup script forRedhat Linux..this also failed
_______________________________________________ Zope maillist - Zope@zope.org 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 )
----- Original Message ----- From: "Eric Balasbas" <ebalasba@bway.net> To: "Karl Munroe" <komunroe@uwimona.edu.jm> Cc: "ZOPE Mailing List" <zope@zope.org> Sent: Monday, June 11, 2001 12:24 PM Subject: Re: [Zope] Which verson of python?
Zope 2.4(alpha?) requires Python 2.0.
wrong - it requires Python 2.1. Andreas
Oops, I realized that I should have been more specific. I am using Zope-2.3.2-src.tgz from zope.org. Although the installation documentation is very clear about using Python 1.5.2, I used the stock Python 2.0 installed by default with Linux-Mandrake 8.0. I have not encountered any problems so far. -- Chad Crawley On Mon, Jun 11, 2001 at 10:55:09AM -0800, Karl Munroe wrote:
We are now back to using "Zope-2.3.2-linux2-x86.tgz" from zope.org.
Which version of python will the "./install " use 1.5.2 or 2.0? Which version of python should we use and how (how do we get it install with the right version of python).
We are using Linux-Mandrake 8.0 which comes with Python 2.0.
Thanks.
Karl.
Karl Munroe writes:
We are now back to using "Zope-2.3.2-linux2-x86.tgz" from zope.org.
Which version of python will the "./install " use 1.5.2 or 2.0? Which version of python should we use and how (how do we get it install with the right version of python).
We are using Linux-Mandrake 8.0 which comes with Python 2.0. I used Zope-2.3 with all Python 1.5.2, 2.0 and 2.1.
Neither made any problem. Just make sure, the right Python is in your path when you call "python w_pcgi" (or "python wo_pcgi"). Dieter
I'm curious about whether people would recommend using CMF at this point in time for the following purpose. I have been asked to volunteer some time to setup a non-profits web site. I've been using Zope/Zwiki for a while so I was familiar with Zope, at least enough to get a wiki running and do simple maintenance on it. I figured I might try to use Zope for this purpose. The non-profit folks want a calendar of events and general information (phone numbers/contacts). They will have a handful of people (5 or 6) submitting content. It seems like overkill to use CMF for their purpose. The majority of folks that visit the site wouldn't log in ever and all these visitors would see the exact same site. Opinions?
On Mon, 11 Jun 2001, Dieter Maurer wrote:
I used Zope-2.3 with all Python 1.5.2, 2.0 and 2.1.
Neither made any problem. Just make sure, the right Python is in your path when you call "python w_pcgi" (or "python wo_pcgi").
I had problems with 2.3.2 on python 2.1. The errorr messages sugested it were problems with ExtensionClass. I recompiled 2.3.2 to use python 1.5.2. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
participants (7)
-
Andreas Jung -
Chad Crawley -
Dieter Maurer -
Eric Balasbas -
Frank McGeough -
Karl Munroe -
Oleg Broytmann