mod_python and xml.dom.minidom problem

Martin v. Loewis martin at v.loewis.de
Tue Oct 15 17:02:05 EDT 2002


Tom <tsidwick at remove.yahoo.co.uk> writes:

> I have just upgraded to Python 2.2.2 hoping that this might resolve
> something but with no luck.
> 
> This error _only_ happens when I call parseString from within
> apache-->mod_python, a parseString in the interpreter works correctly.

I'd still assume that you are picking up the wrong classes somehow. I
recommend that you remove all copies of the Python XML libraries
except one.

Regards,
Martin




More information about the Python-list mailing list