Is it possible to use CFFI to import functions from Python DLLs? (generated by cxFreeze or py2exe)
I know how to load the DLL, but not sure about the further required functions.
e.g you have this function:
I know how to load the DLL, but not sure about the further required functions.
e.g you have this function:
def add(x,y):
return x+yDon't take the FUN out of DEFUN !