Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #4583
| 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 | 2016-11-12 13:34 +0100 |
| 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> |
[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