Easiest way to reproduce: [EMAIL PROTECTED]:~$ python Python 2.5 (release25-maint, Jan 15 2007, 20:25:01) [GCC 4.1.2 20070106 (prerelease) (Ubuntu 4.1.1-21ubuntu7)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import elementtree Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named elementtree >>> [EMAIL PROTECTED]:~$ python2.4 Python 2.4.4 (#2, Dec 13 2006, 13:59:24) [GCC 4.1.2 20061212 (prerelease) (Ubuntu 4.1.1-21ubuntu2)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import elementtree >>> [EMAIL PROTECTED]:~$
-- python-elementree doesn't seem to support python2.5? https://launchpad.net/bugs/81890 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
