Revision 18 is missing the editdist module and its distance function.
Example traceback:
$ python Amphetype.py
Traceback (most recent call last):
File "Amphetype.py", line 14, in <module>
from Lesson import LessonGenerator
File "Lesson.py", line 8, in <module>
import editdist
ImportError: No module named editdist
By the way, when I supply my own version of this module, the program works
correctly on Linux.
Original issue reported on code.google.com by troy.mel...@gmail.com on 29 Dec 2008 at 1:31
Original issue reported on code.google.com by
troy.mel...@gmail.com
on 29 Dec 2008 at 1:31