[Zope] Re: [Zope-CMF] Why is this so difficult??????

Chetan Kumar chetan@cdacindia.com
Wed, 04 Sep 2002 17:12:23 +0530


Braun Brelin wrote:

>Folks,
>
>  
>

>SNIP
>

>    (Object: Products.ParsedXML.DOM.XMLExtended)
>ImportError: cannot import name pyexpat
>  
>
Just say

import pexpat

in place of
from xml.parsers import pyexpat

in the files ManageableDOM.py and ParsedXML.py

It works for me.

HTH
Chetan