import xml.sax -> no such module?

Jordan Katz katz at underlevel.net
Sat Aug 12 16:33:53 EDT 2000


Thomas Gagne <tgagne at ix.netcom.com> writes:

> Traceback (innermost last):
>   File "./xmltest.py", line 2, in ?
>     from xml.sax import saxlib
> ImportError: No module named xml.sax
> 
> What might I be missing?

The whole PyXML distribution
<http://www.python.org/sigs/xml-sig/files/> which includes saxlib for Python.
-- 
Jordan Katz <katz at underlevel.net>



More information about the Python-list mailing list