Build import cythonize setup( name='Hello pyx', ext_modules=cythonize('hello.pyx') ). 这种写法更通用,编译的时候直接使用 python setup.py ...
確定! 回上一頁