Sax installed, but not working

thomas at cintra.no thomas at cintra.no
Thu Apr 20 16:02:29 EDT 2000


Hi,

I`m using Python 1.5.2 on a Mandrake 7.0 Linux box. Installed
python-xml-0_5_1-2_i386.rpm and xml.sax exists in the site-packages
folder. But when I try 

from xml.sax import *

it fails and says there`s no module called sax. All the demo-scripts
and tutorials I`ve tried fails too.

What`s wrong? I`ve got the saxlib.zip and saxdrv.zip too, but they
seem to be installed correctly. 

All I actually need is to traverse a tree generated from a
xml-document and stuff each data-element into a database, based on
tag-location and sibling-relations.

Hints???


Thomas



More information about the Python-list mailing list