Unable to import NHunspell.dll using ctypes in Python

Chris “Kwpolska” Warrick kwpolska at gmail.com
Tue Jun 25 03:54:05 EDT 2013


On Tue, Jun 25, 2013 at 9:45 AM, Dave Angel <davea at davea.name> wrote:
> You're on Linux or similar, and dll's are the way a Windows executable is
> named.

dll’s are libraries for windows, not executables (/lib not /bin)

> Try going back to where you downloaded this file, and see if you can get the
> one for your OS.

That is not necessary.  Because it is a sane OS, it is likely that
hunspell is packaged in the repositories of OP’s system, and might be
even installed there.  And if the package is installed, hunspell
should reside in /usr/lib/libhunspell.so or a similar place.
--
Kwpolska <http://kwpolska.tk> | GPG KEY: 5EAAEA16
stop html mail                | always bottom-post
http://asciiribbon.org        | http://caliburn.nl/topposting.html



More information about the Python-list mailing list