Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #76132
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.021 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'python.': 0.02; 'subject:trying': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; "dll's": 0.16; 'exactly?': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'work"': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'trying': 0.19; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'dll': 0.24; 'subject: .': 0.24; 'file.': 0.24; 'cc:2**0': 0.24; "i've": 0.25; 'header:In-Reply- To:1': 0.27; 'idea': 0.28; 'am,': 0.29; "doesn't": 0.30; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'work.': 0.31; 'comments': 0.31; '(although': 0.31; '13,': 0.31; "can't": 0.35; 'operate': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'really': 0.36; 'useful': 0.36; 'turn': 0.37; 'depends': 0.38; 'does': 0.39; 'easy': 0.60; 'simply': 0.61; "you're": 0.61; 'name': 0.63; 'real- world': 0.68; 'potentially': 0.81; '"it': 0.84; 'etc,': 0.84; 'homework': 0.84; 'to:none': 0.92 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=3cIlz1cyZKwglaWPk8lf4+e7RqmSXOezKqdxqLmJnj0=; b=V/IW309y7Bt4LMAzhKP94s5nv0IrveKltqRzpHPHFMZjOJLTL5VQcc6c+siZPjc73d qoPEDgAPWzlNbKLMXc/pxKaAWI0m++lyannOi3hYXZK9f+6zD+du9/r4mmRulhq6FCmG IMjSuUDVBn+I6+BbQMdWroWtSYbRX57hMorSbEfyRTTea26uhqBs4Bw2Ixeb4zUPXgVL ZR4BsNaINLTBdnNWtDAfhbmLjLkcw73aMFyXv3iUGZ7Tsp+Obih3HoTTpVj2zIKFCbNe bBWCpA+NH0YQnc+RWTg33ft96hzNBSkgxa1CeDLfo6joAvqv7QBpv7e7ed+j/m/NOOzF bsEQ== |
| MIME-Version | 1.0 |
| X-Received | by 10.51.17.2 with SMTP id ga2mr937848igd.2.1407869080607; Tue, 12 Aug 2014 11:44:40 -0700 (PDT) |
| In-Reply-To | <3dade0aa-55ca-4e52-af08-8104e9edf4c3@googlegroups.com> |
| References | <3dade0aa-55ca-4e52-af08-8104e9edf4c3@googlegroups.com> |
| Date | Wed, 13 Aug 2014 04:44:40 +1000 |
| Subject | Re: Begginer in python trying to load a .dll |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <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 <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.12892.1407869083.18130.python-list@python.org> (permalink) |
| Lines | 15 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1407869083 news.xs4all.nl 2938 [2001:888:2000:d::a6]:58374 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:76132 |
Show key headers only | View raw
On Wed, Aug 13, 2014 at 4:36 AM, c1223 <camilocelyg@gmail.com> wrote: > 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. What have you tried, exactly? What does "it doesn't work" mean? Interfacing with a DLL is a potentially very hard and complex job (although it might turn out to be really easy - depends what the DLL's doing). We can't simply give you an answer right here, without knowing heaps about the DLL you're working with - where it came from, whether this is homework or a real-world problem, etc, etc, etc. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Begginer in python trying to load a .dll c1223 <camilocelyg@gmail.com> - 2014-08-12 11:36 -0700
Re: Begginer in python trying to load a .dll Chris Angelico <rosuav@gmail.com> - 2014-08-13 04:44 +1000
Re: Begginer in python trying to load a .dll Skip Montanaro <skip@pobox.com> - 2014-08-12 13:48 -0500
Re: Begginer in python trying to load a .dll Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-08-12 19:52 +0100
Re: Begginer in python trying to load a .dll Chris Kaynor <ckaynor@zindagigames.com> - 2014-08-12 11:55 -0700
Re: Begginer in python trying to load a .dll c1234 py <camilocelyg@gmail.com> - 2014-08-12 11:56 -0700
Re: Begginer in python trying to load a .dll Rob Gaddi <rgaddi@technologyhighland.invalid> - 2014-08-12 11:58 -0700
Re: Begginer in python trying to load a .dll Chris Angelico <rosuav@gmail.com> - 2014-08-13 05:09 +1000
Re: Begginer in python trying to load a .dll c1234 py <camilocelyg@gmail.com> - 2014-08-12 12:13 -0700
Re: Begginer in python trying to load a .dll Laurent Pointal <laurent.pointal@laposte.net> - 2014-08-19 18:44 +0200
Re: Begginer in python trying to load a .dll "ElChino" <elchino@cnn.cn> - 2014-08-19 19:46 +0200
Re: Begginer in python trying to load a .dll Christian Gollwitzer <auriocus@gmx.de> - 2014-08-12 21:16 +0200
Re: Begginer in python trying to load a .dll c1234 py <camilocelyg@gmail.com> - 2014-08-12 12:25 -0700
Re: Begginer in python trying to load a .dll Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-08-12 21:17 +0100
Re: Begginer in python trying to load a .dll c1234 py <camilocelyg@gmail.com> - 2014-08-13 08:25 -0700
csiph-web