Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #4583
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Christopher Arndt <chris@chrisarndt.de> |
| Newsgroups | de.comp.lang.python |
| Subject | Re: [Python-de] Aufruf einer Funktion aus einer DLL funktioniert in Python 2.6, aber nicht in Python 2.7 |
| Date | Sat, 12 Nov 2016 13:34:08 +0100 |
| Lines | 58 |
| Message-ID | <mailman.118.1478954620.30068.python-de@python.org> (permalink) |
| References | <fe50f3fa-9fdc-4e3a-b8f9-12cf86e32c87@googlegroups.com> <f295eba3-f532-0479-1768-31f392a69288@chrisarndt.de> |
| Mime-Version | 1.0 |
| Content-Type | multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="hrAFB4Ggm1Wj9sV9GnjE4LtDvVWw5gfNm" |
| X-Trace | news.uni-berlin.de egVT/Bu2bg7PTWpZeSJJawBRpXfYkNbqJ5NDwTEXE81Q== |
| Return-Path | <chris@chrisarndt.de> |
| X-Original-To | python-de@python.org |
| Delivered-To | python-de@mail.python.org |
| X-Virus-Scanned | Debian amavisd-new at mx1.0x20.eu |
| Openpgp | id=F0BA1EAE86651989C0A1C9901E0D97B33A4E1F31 |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 |
| In-Reply-To | <fe50f3fa-9fdc-4e3a-b8f9-12cf86e32c87@googlegroups.com> |
| X-BeenThere | python-de@python.org |
| X-Mailman-Version | 2.1.23 |
| Precedence | list |
| List-Id | Die Deutsche Python Mailingliste <python-de.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-de>, <mailto:python-de-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-de/> |
| List-Post | <mailto:python-de@python.org> |
| List-Help | <mailto:python-de-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-de>, <mailto:python-de-request@python.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <f295eba3-f532-0479-1768-31f392a69288@chrisarndt.de> |
| X-Mailman-Original-References | <fe50f3fa-9fdc-4e3a-b8f9-12cf86e32c87@googlegroups.com> |
| Xref | csiph.com de.comp.lang.python:4583 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
Am 12.11.2016 um 13:16 schrieb Torsten P. via python-de: > Der DLL-Code ist hier: https://github.com/EventGhost/EventGhost/blob/master/_build/extensions/WinUsbWrapper/WinUsbWrapper.c#L148 > Der betreffende Python-Code: https://github.com/EventGhost/EventGhost/blob/master/eg/Classes/WinUsb.py#L625 Ich schlage vor, den bewährten ersten Schritt des Debuggings und Fragestellens anzuwenden: erzeuge ein minimales, lauffähiges Programm, welcehs das Problem reproduziert. Chris
Back to de.comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar
Aufruf einer Funktion aus einer DLL funktioniert in Python 2.6, aber nicht in Python 2.7 "Torsten P." <topic2k@googlemail.com> - 2016-11-12 04:16 -0800 Re: [Python-de] Aufruf einer Funktion aus einer DLL funktioniert in Python 2.6, aber nicht in Python 2.7 Christopher Arndt <chris@chrisarndt.de> - 2016-11-12 13:34 +0100 Re: [Python-de] Aufruf einer Funktion aus einer DLL funktioniert in Python 2.6, aber nicht in Python 2.7 "Diez B. Roggisch" <deets@web.de> - 2016-11-12 17:30 +0100
csiph-web