ffibuild generate dll with dependencies

73 Views Asked by At

I´m using CFFI for generating a DLL from python source code. It works well but it depends of python3x.dll and need some .pyd files. Is it possible to package all dependencies inside the dll or a static library ?

0

There are 0 best solutions below