python-cffi Questions
1
Basically I want to make a Python program call functions written in C.
So (as far as I know) my options are:
CTypes/CFFI
Create a DLL/SO/DyLib containing the C functions and access them using ...
Annuity asked 19/7, 2013 at 21:21
1
Attempting to call cffi.FFI.verify() on windows will produce this error:
distutils.errors.DistutilsPlatformError: Unable to find vcvarsall.bat
I want to use mingw to compile instead of msvc. I t...
Endstopped asked 28/5, 2013 at 8:44
© 2022 - 2024 — McMap. All rights reserved.