Hi ;<br>I installed the elementtree and celementree packages throught the synaptic package manager, all seems to go fine through the install ...<br><br>when i startup python and try to import them (as per the EFFBOTT.org suggestions) .. PROBLEMS ... (see below ..) What am i doing wrong ??? this is a new window after installation of packages ...<br>
<br>Python 2.6.4 (r264:75706, Dec  7 2009, 18:43:55) <br>[GCC 4.4.1] on linux2<br>Type "help", "copyright", "credits" or "license" for more information.<br>>>> import elementtree.ElementTree as ET<br>
Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>ImportError: No module named elementtree.ElementTree<br>>>> import elementtree<br>Traceback (most recent call last):<br>
  File "<stdin>", line 1, in <module><br>ImportError: No module named elementtree<br><br><br>thanks;<br>Robert somerville<br>