[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

python-enchant is not importable in python 2.6 on armhf. Any idea which package is at fault?



While investigating the build failure of scim-python on armhf I discovered that importing enchant with python 2.6 fails on armhf

root@debian:/# python2.6 -c "import enchant"
Traceback (most recent call last):
 File "<string>", line 1, in <module>
File "/usr/lib/python2.6/dist-packages/enchant/__init__.py", line 90, in <module>
   from enchant import _enchant as _e
File "/usr/lib/python2.6/dist-packages/enchant/_enchant.py", line 133, in <module>
   raise ImportError("enchant C library not found")
ImportError: enchant C library not found
root@debian:/#

Importing with python 2.7 completes without errors on armhf. Importing with either 2.6 or 2.7 completes without errors on amd64, i386 and armel.

Any thoughts on what is going on and which package should receive a bug report about this


Reply to: