Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'from:addr:yahoo.co.uk': 0.04; 'compiler': 0.07; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:trying': 0.09; 'python': 0.11; 'language.': 0.14; 'escribi\xf3:': 0.16; 'paragraphs,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'route,': 0.16; 'spacing': 0.16; 'subject:python': 0.16; 'prevent': 0.16; 'language': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'thanks.': 0.20; '>>>': 0.22; 'header:User-Agent:1': 0.23; 'dll': 0.24; 'subject: .': 0.24; 'url:moin': 0.24; 'header': 0.24; 'file.': 0.24; "i've": 0.25; 'pass': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply- To:1': 0.27; 'idea': 0.28; "doesn't": 0.30; "i'm": 0.30; 'url:mailman': 0.30; 'work.': 0.31; 'comments': 0.31; 'url:wiki': 0.31; 'though.': 0.31; 'file': 0.32; 'url:python': 0.33; 'could': 0.34; 'operate': 0.35; 'but': 0.35; 'module.': 0.36; 'url:listinfo': 0.36; 'useful': 0.36; 'hi,': 0.36; 'url:org': 0.36; 'list': 0.37; 'easily': 0.37; 'christian': 0.38; 'to:addr :python-list': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'url:mail': 0.40; 'how': 0.40; 'read': 0.60; 'name': 0.63; 'our': 0.64; 'charset:windows-1252': 0.65; 'here': 0.66; 'received:89': 0.85; 'yourself,': 0.95 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Begginer in python trying to load a .dll Date: Tue, 12 Aug 2014 21:17:26 +0100 References: <3dade0aa-55ca-4e52-af08-8104e9edf4c3@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: host-89-240-166-21.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 In-Reply-To: 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: 46 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407874663 news.xs4all.nl 2837 [2001:888:2000:d::a6]:56383 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76149 On 12/08/2014 20:25, c1234 py wrote: > El martes, 12 de agosto de 2014 16:16:21 UTC-3, Christian Gollwitzer escribió: >> Am 12.08.14 20:36, schrieb c1223: >> >>> Hi, Im working in the development of a program based in python that >> >>> allow us to contrl a spectometer. The spectometer has an .dll file. >> >>> The idea is to work through this dll and operate the spectometer. The >> >>> name of the .dll is AS5216.dll. I've trying with ctype, but it >> >>> doesn't work. I'm begginer in python. All the comments are useful to >> >>> me. >> >> >> >> For sure this DLL will come with a header file for C. You could pass it >> >> through SWIG and see if it generates a useful Python module. You need a >> >> C compiler for that route, though. >> >> >> >> Christian > > > How can i pass it through a SWIG?, i don't know that and what it mean? > Start here http://www.swig.org/ which you could easily have found for yourself, as I did by using a search engine. Also would you please access this list via https://mail.python.org/mailman/listinfo/python-list or read and action this https://wiki.python.org/moin/GoogleGroupsPython to prevent us seeing double line spacing and single line paragraphs, thanks. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence