Code: Alles auswählen
from pylab import *
lade meine dll mittels
Code: Alles auswählen
mydll = windll.LoadLibrary('mydll.dll')
Mein code
Code: Alles auswählen
import numpy as np
import ctypes as ct
from pylab import *
from numpy import *
from ctypes import *
mydll = windll.LoadLibrary('mydll.dll')
DEBUGER
Traceback (most recent call last):
File "C:\testdll\Torpy\lcMainProg.py", line 19, in <module>
mydll = cdll.mydll
File "C:\Python25\lib\ctypes\__init__.py", line 423, in __getattr__
dll = self._dlltype(name)
File "C:\Python25\lib\ctypes\__init__.py", line 348, in __init__
self._handle = _dlopen(self._name, mode)
WindowsError: [Error 127] Die angegebene Prozedur wurde nicht gefunden