Comment 2 for bug 81890

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

Running under 2.5, i get this:-

Traceback (most recent call last):
  File "conduit/start_conduit.py", line 50, in <module>
    from conduit.MainWindow import conduit_main
  File "/home/john/Projects/conduit/conduit/MainWindow.py", line 17, in <module>
    import elementtree.ElementTree as ET
ImportError: No module named elementtree.ElementTree

However, under 2.4, all is well. Does ElementTree need to be used a certain way to make it work under 2.4 and 2.5?