Florent Guillaume writes: > That's a packaging bug in the packaged Linux binary versions of Zope > 2.6.* that Zope Corp won't fix, cf the bug tracker (and anyway there > will be no binary versions for Zope 2.7.*). The package is missing some > shared library files for expat. > > You'll have to use your own installation of python.
Another solution would be to use the bundled Python to install a recent version of PyXML; Expat is bundled directly and does not require any external libraries. This is also the approach taken in newer versions of Python (2.3 and newer). -Fred -- Fred L. Drake, Jr. <fred at zope.com> PythonLabs at Zope Corporation _______________________________________________ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
