Comment 3 for bug 81890

Revision history for this message
John Carr (johncarr) wrote :

Easiest way to reproduce:

john@hx280:~$ 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
>>>
john@hx280:~$ 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
>>>
john@hx280:~$