How can i specify to python cffi , to add my import modules into the generated DLL?

前端 未结 0 1589
死守一世寂寞
死守一世寂寞 2020-11-30 22:13

i have a simple Python code to generate a Dll Using CFFI :

import cffi

ffibuilder = cffi.FFI()

ffibuilder.embedding_api(""&q

相关标签:
回答
  • 消灭零回复
提交回复
热议问题