[Zope-dev] Open Letters and Zope 3
Shane Hathaway
shane@zope.com
Tue, 04 Dec 2001 10:31:36 -0500
Andy Dawkins wrote:
>>Zope 3X requires Python 2.2b2.
>>
>
> Are you sure you mean Python2.2b2?
>
> I tried this but seem to get problems with the pyexpat module.
>
> Would a different version do, Or have you solved any problems with the
> pyexpat module in 2.2.b2?
Make sure you have expat, including the headers, installed when
compiling Python (independently of Python). On Mandrake 8.1 I installed
the RPMs libexpat1_95-1.95.2-1mdk, libexpat1_95-devel-1.95.2-1mdk, and
expat-1.95.2-1mdk.
Shane