Build import cythonize setup( ext_modules = cythonize('fibo.pyx') ). from distutils.core import setup from Cython.Build import cythonize ...
確定! 回上一頁