Python无法导入Cython的.pyx文件

在import 相应包之前, 添加:

import pyximport
pyximport.install()

即可.

posted @ 2018-04-03 10:09  默盒  阅读(10616)  评论(0编辑  收藏  举报