Re: ImportError: No module named sax.handler?



On Nov 29, 8:20 pm, "Martin v. Löwis" <mar...@xxxxxxxxxxx> wrote:

Because you have another module called xml in your path that is found
first and has no sax package in it.

Thank you Martin. Actually it was the .py file itself. I named it
xml.py.
.