On 5/24/06, knitti <[EMAIL PROTECTED]> wrote:
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
Probably because I didn't know that I need python-expat for zope/plone. When I installed plone originally, the package dependencies never called it (they called plone, zope-cmf, zope and python - AFAIK). Because I don't know too much about plone / zope / python / python-expat and how they may or may not interact with each other, I have no idea what else should or should not be installed, and at what version they should be, aside from what I have gathered from pkg_info, one thread, and your input. BTW, thanks for the input :) I do have zope running now, against the python-expat version you recommended. I do get warnings about deprecated Toolinit, but now that I actually have zope running, I think I can work that out from here. (For others confused about where the default zope URL points, try http://mybox.mydomain:8080.) I know I missed some things in the output that might have solved my problem, so I appreciate your extra effort in helping me. Thanks for your wonderful and patient advice. -- ________________ Bill Albertson City of Sacraments Left Coast, USA
