Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #49137

Re: Unable to import NHunspell.dll using ctypes in Python

Path csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <kwpolska@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.055
X-Spam-Evidence '*H*': 0.90; '*S*': 0.01; 'subject:Python': 0.06; 'executable': 0.09; 'similar,': 0.09; 'subject:using': 0.09; 'windows,': 0.09; 'windows': 0.15; "dll's": 0.16; 'gpg': 0.16; 'sane': 0.16; 'subject:ctypes': 0.16; 'subject:import': 0.16; 'wrote:': 0.18; 'file,': 0.19; 'necessary.': 0.24; 'downloaded': 0.26; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; '25,': 0.31; 'libraries': 0.31; 'os,': 0.31; 'there.': 0.32; 'linux': 0.33; 'received:google.com': 0.35; 'similar': 0.36; 'url:org': 0.36; 'should': 0.36; 'system,': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'even': 0.60; 'dave': 0.60; 'from:charset:utf-8': 0.61; "you're": 0.61; 'back': 0.62; '9:45': 0.84; 'subject:skip:N 10': 0.84; 'angel': 0.91; 'reside': 0.91; 'url:tk': 0.95; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=kqsOPCh57IXNPTUhRR1tHyw+DWcyS8BxL3dXCuQfla4=; b=Zc9DH5A2zSYn6siuUpynPF+jSgGFyk/xOssoPmYndhx0cTR6WOjKuVeQY6wzu5TWBq +kBt4AnLECZPJ3HanvU/NqKmJ+jaDCyyff3Hc8AVU9AGUqnv40gK+q/I0xNveNSSBg38 SWGW/2e5DCcA6sDnNnWlLeyBV7hNPbXP+Qlvq32OKIhHKurEh/XylnJYgIO7DeGztbMl LIzpqgH8mP9Xrx2nsbv7hmjw7PIn3rx28nYXFqBq+SnbOHVyFn82TCj14QaoIn8nf6W9 yR6T3+GQ16DMoCeafG4B15VjPlmvVU5nMCftvnSF8vaUwaWBolcwqfBA9om0siCDlVAe l05g==
X-Received by 10.220.98.68 with SMTP id p4mr13183501vcn.28.1372146865114; Tue, 25 Jun 2013 00:54:25 -0700 (PDT)
MIME-Version 1.0
In-Reply-To <51C94AA6.9060704@davea.name>
References <23e633db-afbe-4edc-9291-5a9e242e86d0@googlegroups.com> <mailman.3799.1372144029.3114.python-list@python.org> <4c1ad40e-cc53-4414-8822-101d5591f598@googlegroups.com> <51C94AA6.9060704@davea.name>
From Chris “Kwpolska” Warrick <kwpolska@gmail.com>
Date Tue, 25 Jun 2013 09:54:05 +0200
Subject Re: Unable to import NHunspell.dll using ctypes in Python
To python-list@python.org
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3802.1372146868.3114.python-list@python.org> (permalink)
Lines 19
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1372146868 news.xs4all.nl 15996 [2001:888:2000:d::a6]:41731
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:49137

Show key headers only | View raw


On Tue, Jun 25, 2013 at 9:45 AM, Dave Angel <davea@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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Unable to import NHunspell.dll using ctypes in Python akshay.ksth@gmail.com - 2013-06-24 23:23 -0700
  Re: Unable to import NHunspell.dll using ctypes in Python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-06-25 08:07 +0100
    Re: Unable to import NHunspell.dll using ctypes in Python akshay.ksth@gmail.com - 2013-06-25 00:32 -0700
      Re: Unable to import NHunspell.dll using ctypes in Python Dave Angel <davea@davea.name> - 2013-06-25 03:45 -0400
      Re: Unable to import NHunspell.dll using ctypes in Python Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-06-25 09:54 +0200
      Re: Unable to import NHunspell.dll using ctypes in Python Dave Angel <davea@davea.name> - 2013-06-25 09:55 -0400
  Re: Unable to import NHunspell.dll using ctypes in Python akshay.ksth@gmail.com - 2013-06-25 00:58 -0700
    Re: Unable to import NHunspell.dll using ctypes in Python Dave Angel <davea@davea.name> - 2013-06-25 10:05 -0400
  Re: Unable to import NHunspell.dll using ctypes in Python akshay.ksth@gmail.com - 2013-06-25 01:04 -0700
    Re: Unable to import NHunspell.dll using ctypes in Python Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-06-25 10:32 +0200
  Re: Unable to import NHunspell.dll using ctypes in Python akshay.ksth@gmail.com - 2013-06-25 07:52 -0700

csiph-web