Python xml module import problem
but when i attempt to execute the file, I get this error:
Traceback (most recent call last): File "xml.py", line 1, in <module> import xml.dom.minidom File "/Users/robintibbs/xml.py", line 1, in <module> import xml.dom.minidom ImportError: No module named dom.minidom
I was under the impression the module I was trying to import was standard? Or am I attempting to import the incorrect module?
Many thanks in advance.
robin
MacBook 2GHz Core Duo, Mac OS X (10.5.1)