Elementtree install problem in Ubuntu (a newbie ..)

robert somerville rbrt.somerville at gmail.com
Wed Mar 10 18:48:14 EST 2010


Hi ;
I installed the elementtree and celementree packages throught the synaptic
package manager, all seems to go fine through the install ...

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 ...

Python 2.6.4 (r264:75706, Dec  7 2009, 18:43:55)
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import elementtree.ElementTree as ET
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named elementtree.ElementTree
>>> import elementtree
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named elementtree


thanks;
Robert somerville
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100310/280e1d99/attachment.html>


More information about the Python-list mailing list