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


--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4ef6893c.9010...@p10link.net

Reply via email to