Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'interpreter': 0.05; 'subject:Python': 0.06; 'messing': 0.09; 'properly.': 0.09; 'subject:using': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'windows': 0.15; 'files)': 0.16; 'gpg': 0.16; 'subject:ctypes': 0.16; 'subject:import': 0.16; '(you': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'install': 0.23; 'environment': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'that.': 0.31; '25,': 0.31; 'ctypes': 0.31; 'everywhere': 0.31; 'libraries': 0.31; 'supposed': 0.32; 'url:python': 0.33; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'system,': 0.38; 'files': 0.38; 'url:mail': 0.40; 'from:charset:utf-8': 0.61; 'subject:skip:N 10': 0.84; 'wine': 0.91; 'to:none': 0.92; 'url:tk': 0.95; 'hands': 0.96; '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:cc :content-type; bh=qLhrdaR/DwGADfkItDK99AKe2z3hPgFhvfrP4sqL1MY=; b=zFt5MD4PtZ8G42GMEM1k1geLvHbYE3eAmZIIWUWFRNx3BU9edzbqaiJ7J3FpahoymR xQvyLnf+86793bZIdE4srq45ZUJ/wXcZs35AsfM7qmxa8+DdqnywcwjUbag3BNredbTD Og/VguW3hBkzplwLiC9+EuGBDTTqtyltk3oyKNDRUJvQmhMwEV/ZtOBASg+2a1JPKxSR NI87wWoCsnpNvtGJx2WkFQEPcTppUlLFfh0pf5mHMFugHMjrisYK/gDyRu8IT4DeQ4KC IyYl2to/pe6NHlk1+jpJeLtkDQbpYL7YA6UIzXW9MEz0Ri5LNo2OFFHF0LUzTFIvXXz3 3dnA== X-Received: by 10.52.73.166 with SMTP id m6mr770066vdv.37.1372149165534; Tue, 25 Jun 2013 01:32:45 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <947df083-7586-4127-9f48-6d9367cf43ae@googlegroups.com> References: <23e633db-afbe-4edc-9291-5a9e242e86d0@googlegroups.com> <947df083-7586-4127-9f48-6d9367cf43ae@googlegroups.com> From: =?UTF-8?B?Q2hyaXMg4oCcS3dwb2xza2HigJ0gV2Fycmljaw==?= Date: Tue, 25 Jun 2013 10:32:25 +0200 Subject: Re: Unable to import NHunspell.dll using ctypes in Python Cc: python-list@python.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1372149487 news.xs4all.nl 15888 [2001:888:2000:d::a6]:57558 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:49141 On Tue, Jun 25, 2013 at 10:04 AM, wrote: > @Chris > I understand that. But then I am supposed to create something that works on a Windows environment using a Windows Dll.Aaandd Im stuck. > -- > http://mail.python.org/mailman/listinfo/python-list Then you need to get your hands on a copy of Windows. Or try messing with Wine (you would need to install the Python interpreter for Windows there), but that might not work properly. And ctypes is used to use functions provided by C libraries on your system, that is .dll files on Windows and .so files (shared object files) everywhere else. -- Kwpolska | GPG KEY: 5EAAEA16 stop html mail | always bottom-post http://asciiribbon.org | http://caliburn.nl/topposting.html