Re: [Tutor] SAX and Python

2006-08-30 Thread Dave Kuhlman
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:

[Tutor] SAX and Python

2006-08-30 Thread Akanksha Govil
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