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: cannot import name saxlib
Both python-xml and pyxml are installed on my machine along with python 2.4.
What am I missing here?
Thanks
Akanksha
All-new Yahoo! Mail - Fire up a more powerful email and get things done faster.
_______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
