Django Version: 1.7.4
Exception Type: ImportError
Exception Value:
dynamic module does not define init function (inithunspell)
#############################################################################
which python && python -c 'import hunspell'
/usr/bin/python
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: dynamic module does not define init function (inithunspell)
####################################################################
apt-cache show python-hunspell
Package: python-hunspell
Priority: optional
Section: universe/python
Installed-Size: 49
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Benjamin Drung <bdrung@debian.org>
Architecture: amd64
Source: pyhunspell
Version: 0.1-1build2
Provides: python2.7-hunspell
Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.2.5), libhunspell-1.3-0
Filename: pool/universe/p/pyhunspell/python-hunspell_0.1-1build2_amd64.deb
Size: 5338
MD5sum: 750283b016045267365e40139f66f338
SHA1: 22bf2e8b84d30084e76154a9603fc5fd206411d0
SHA256: 67ee99d457092bf6543a7cef2d4f75578f21a79d411908563577bff6cc3a71f1
Description-en: Python 2 binding for Hunspell
Pyhunspell is a set of Python bindings for the Hunspell spell-checker
engine. It lets developers load Hunspell dictionaries, check words, get
suggestions, add new words, etc. It also provides some basic morphological
analysis related methods.
.
This package provides the binding to Python 2.
Description-md5: 5ec989192e0f66e9a5921bf463a650c7
Homepage: https://code.google.com/p/pyhunspell/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu