Build import cythonize setup( ext_modules = cythonize("helloworld.pyx") ). 输入如下命令来构建你的Cython 文件: $ python setup.py build_ext --inplace.
確定! 回上一頁