[Zope] ParsedXML trouble
Dieter Maurer
dieter@handshake.de
Sun, 18 Aug 2002 23:45:33 +0200
List Subscriber @ Neurobs writes:
> Something strange is going on, in my INSTANCE_HOME/lib/python2.1
> directory I had two folders xml and _xmlplus.
>
> When I renamed xml to xml.old and _xmlplus to xml everything worked out
> perfectly fine, no warnings no errors.
>
> So what the heck is going on, where and how did this _xmlplus come
> from?? Who created it??
Probably, the "xml" and "_xmlplus" belong to different Python versions...
Dieter