[XML-SIG] sax import error on WinNT and Py-1.5.2

Lars Marius Garshol larsga@garshol.priv.no
13 Oct 2000 17:26:59 +0200


* Jack Greene
| 
| That used to work fine until this week when, after a hard drive
| failure, I had to reinstall everything on this machine. Now I get a
| "ImportError: No module named xml.sax"

Hmmm.  One thing I would check for is whether both xml/ and xml/sax/
contain the needed __init__.py files.

One thing you might also try is to import xml and print xml.__file__.
 
I can see no obvious mistakes or things that you should have done that
you haven't.

--Lars M.