我正在尝试C使用我的python应用程序集成第三方库Cython.我有为测试编写的所有python代码.我找不到设置它的例子.
C
python
Cython
我有一个pyd/pyx手动创建的文件.第三方给了我一个header file (*.h)和一个shared library (*.so).据我所知,没有其他依赖.有人可以提供一个如何使用Cython和设置此示例的示例disutils吗?
pyd/pyx
header file (*.h)
shared library (*.so)
disutils
谢谢
c python linker distutils cython
c ×1
cython ×1
distutils ×1
linker ×1
python ×1