Package: python-wordaxe Version: 0.3.2-1 Severity: grave The documentation mentions importing wordaxe.DCWHyphenator. But this does not work:
fw@deneb:~$ python Python 2.6.6 (r266:84292, Dec 26 2010, 22:31:48) [GCC 4.4.5] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import wordaxe.DCWHyphenator /usr/lib/pymodules/python2.6/wordaxe/DCWHyphenator.py:12: DeprecationWarning: the sets module is deprecated import sets Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/pymodules/python2.6/wordaxe/DCWHyphenator.py", line 26, in <module> import wordaxe.dict.DEhyph as DEhyph ImportError: No module named dict.DEhyph >>> -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org