I am trying to learn element tree so that i cna work with xml files a little more indepth. I have researched it and everythign i have read says that my version of python should have ElementTree already installed on it. But every time i try to run my sample script i get a error. I am running python 2.7.3 on unbuntu. If someone could help me fix this i would be greatly apriciated.
Traceback (most recent call last):
File "/home/hatterx/Desktop/elementtree.py", line 1, in <module>
from elementtree.ElementTree import Element
File "/home/hatterx/Desktop/elementtree.py", line 1, in <module>
from elementtree.ElementTree import Element
ImportError: No module named ElementTree