I have an external method which I am using to parse some XML using SAX. However, I get an error - no sax parser can be found. Is there something missing from the version of python2.1 supplied with zope? I am using zope 2.6.1 Regards, Julian Gollop Codo Technologies ltd. www.codotech.com www.lasersquadnemesis.com
this very much a python installation problem. either you have no expat installed or your python installation is incomplete. -aj --On Sonntag, 9. November 2003 18:09 Uhr +0000 Julian Gollop <julian.gollop@ntlworld.com> wrote:
I have an external method which I am using to parse some XML using SAX. However, I get an error - no sax parser can be found. Is there something missing from the version of python2.1 supplied with zope? I am using zope 2.6.1
Regards,
Julian Gollop Codo Technologies ltd. www.codotech.com www.lasersquadnemesis.com
You probably need to install PyXML--and when you do, remember to do so in the python used with Zope which may be different than the one you use elsewhere. On Sun, 9 Nov 2003, Julian Gollop wrote:
I have an external method which I am using to parse some XML using SAX. However, I get an error - no sax parser can be found. Is there something missing from the version of python2.1 supplied with zope? I am using zope 2.6.1
Regards,
Julian Gollop Codo Technologies ltd. www.codotech.com www.lasersquadnemesis.com
participants (3)
-
Andreas Jung -
Dennis Allison -
Julian Gollop