PDA

View Full Version : [LIVE] xml.dom problem


roro
2008-11-15, 21:34
Hi,

I would like to read some xml-files in my python script but can't get anything working.

Is it problem with xml.dom in live and windows? in both I get a ImportError: No module named dom.

I use this:
from xml.dom import minidom
or this
import xml.dom

If this don't work, is there an other way do read an xml-file?

// Robert