On Wed, Aug 30, 2006 at 05:25:59AM -0700, Akanksha Govil wrote:
> Hi,
>
> I have written a small code in python for reading xml using SAX.
>
> I am importing xml.sax using the following:
>
> from xml.sax import saxlib, saxexts
> On executing the code I get the following error:
>
> ImportError:
Hi,I have written a small code in python for reading xml using SAX.I am importing xml.sax using the following:from xml.sax import saxlib, saxextsOn executing the code I get the following error:ImportError: cannot import name saxlibBoth python-xml and pyxml are installed on my machine along with pyt