[Zope] Zope install on Redhat
Joshua Penix
jpenix@projectdesign.com
Tue, 4 Sep 2001 18:01:55 -0700
How did you install the Python 2.1? Did it come from RPM? If not, that's
okay - you can force the Zope RPM to ignore its perceived need for the
python2 RPM:
rpm -ivh --nodeps zope.i386.rpm
(forgot exact RPM name)
Alternately, you can get the python2 RPM from python.org and install it -
then the Zope RPM should be happy.
Hope that helps!
--josh
> -----Original Message-----
> From: Jerry Lake [mailto:jerryl@europa.com]
> Sent: Tuesday, September 04, 2001 2:23 PM
> To: zope@zope.org
> Subject: [Zope] Zope install on Redhat
>
>
> I'm trying to install Zope on my Redhat machine
> right now from an RPM linked from the Zope site.
> It is claiming that I need python. I currently
> have python2.1 and it works just fine. I am
> normally a windows user, so I am not sure how
> to get the rpm to recognize that I already have
> the required dependencies. any help is certainly
> appreciated.
>
> Regards,
> J. Lake