gtjemwa / augustus

Automatically exported from code.google.com/p/augustus
0 stars 0 forks source link

Problems importing ElementTree on Windows #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is an older bug that needs to be verified on a Windows machine.

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

ElementTree should load, instead we see

Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "E:\Scoring\augustus-0.2.6.0005\augustus\external\etree.py", line 15, in ?
  from elementtree.ElementTree import *
  ImportError: No module named ElementTree

If it can be reproduced, we need to escalate this bug.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by collinbe...@gmail.com on 5 Oct 2009 at 7:03

GoogleCodeExporter commented 8 years ago
We are not going to support 0.2.x.  If any sees a similar problem when running 
0.3 or 0.4, we will address it.

We have not encountered any import problems with the newer versions.

Original comment by collinbe...@gmail.com on 14 Oct 2010 at 4:35