[Zope] Zope "picky" on Redhat Linux with Python1.5.2 and 2.2

Adam Manock abmanock@earthlink.net
Sat, 16 Mar 2002 07:16:03 -0500


>install with the command
>/usr/bin/python2 w_pcgi.py
>
>But then it failed with a rather funny-sounding "if i and picky" error.

Zope 2.5.0 requires python = 2.1.2

Get python 2.1.2 rpms from python.org
Install them
You will then have 3 pythons on your system :-)
(python, python2.1 and python2)

Build source with "/usr/bin/python2.1 w_pcgi" or "/usr/bin/python2.1 wo_pcgi"

Adam