On 5/24/06, Bill Albertson <[EMAIL PROTECTED]> wrote:
On 5/24/06, knitti <[EMAIL PROTECTED]> wrote: > On 5/24/06, Bill Albertson <[EMAIL PROTECTED]> wrote: > > File "/usr/local/lib/python2.4/xml/sax/__init__.py", line 93, in make_parser > > raise SAXReaderNotAvailable("No parsers found", None) > > xml.sax._exceptions.SAXReaderNotAvailable: No parsers found > > try installing python-expat > > --knitti > Well, that gets me an earlier version of python, but I still get the same error. Thanks for the suggestion, though. :)Any other ideas?
you get the same error, because your zope still tries to use python2.4, which still doesn't have python-expat installed. any reason why you don't use the python-expat-2.4.2p0.tgz package? --knitti
