I'm trying install Plone on Red Hat 7.3 and thought it would be easiest to try an RPM for my platform. The most recent version I can find is 1.0.3 but it complains about the version of Python installed. The install said it requires Python 2.1.3 but I have 2.2.2. What should I do? -- John
Zope 2.6 -> Python 2.1.3 (or 2.2.3) Zope 2.7 -> Python 2.3.3 Get the Zope and Plone sources and install the stuff from scratch. The packages especially the debian packages are known to raise more problems than they solve. -aj --On Montag, 9. Februar 2004 9:50 Uhr +0000 John Poltorak <jp@warpix.org> wrote:
I'm trying install Plone on Red Hat 7.3 and thought it would be easiest to try an RPM for my platform. The most recent version I can find is 1.0.3 but it complains about the version of Python installed.
The install said it requires Python 2.1.3 but I have 2.2.2.
What should I do?
On Mon, Feb 09, 2004 at 11:00:14AM +0100, Andreas Jung wrote:
Zope 2.6 -> Python 2.1.3 (or 2.2.3) Zope 2.7 -> Python 2.3.3
Get the Zope and Plone sources and install the stuff from scratch.
I already have Zope and CMF installed. When building Plone can I accept all the built in defaults? Zope is installed in /opt/zope so I don't know if Plone will find it.
-aj
--On Montag, 9. Februar 2004 9:50 Uhr +0000 John Poltorak <jp@warpix.org> wrote:
I'm trying install Plone on Red Hat 7.3 and thought it would be easiest to try an RPM for my platform. The most recent version I can find is 1.0.3 but it complains about the version of Python installed.
The install said it requires Python 2.1.3 but I have 2.2.2.
What should I do?
-- John
Please follow the Plone installatin instructions and install the Plone sources either in lib/python/Products or $INSTANCE_HOME/Products. The necessary steps are described in detail on plone.org. -aj --On Montag, 9. Februar 2004 10:05 Uhr +0000 John Poltorak <jp@warpix.org> wrote:
On Mon, Feb 09, 2004 at 11:00:14AM +0100, Andreas Jung wrote:
Zope 2.6 -> Python 2.1.3 (or 2.2.3) Zope 2.7 -> Python 2.3.3
Get the Zope and Plone sources and install the stuff from scratch.
I already have Zope and CMF installed.
When building Plone can I accept all the built in defaults? Zope is installed in /opt/zope so I don't know if Plone will find it.
-aj
--On Montag, 9. Februar 2004 9:50 Uhr +0000 John Poltorak <jp@warpix.org> wrote:
I'm trying install Plone on Red Hat 7.3 and thought it would be easiest to try an RPM for my platform. The most recent version I can find is 1.0.3 but it complains about the version of Python installed.
The install said it requires Python 2.1.3 but I have 2.2.2.
What should I do?
participants (2)
-
Andreas Jung -
John Poltorak