Yesterday, 12:19 PM
(This post was last modified: Yesterday, 12:35 PM by trandoductin.)
There must be something wrong with windows.
I can't get it to work
on windows I had to do
import ctypes
from ctypes.util import find_library # This is the correct import
if pl == 'win32':
return ctypes.CDLL(find_library(lib + '-0'))
This is now successful.
I can't get it to work
on windows I had to do
import ctypes
from ctypes.util import find_library # This is the correct import
if pl == 'win32':
return ctypes.CDLL(find_library(lib + '-0'))
This is now successful.