Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在处理一个包含 .pyx 文件的项目,当我在 Ninja Ide 上运行它时,它无法识别它们!我该如何解决这个问题?我已经安装了 cython 但什么也没有!谢谢!
您需要先添加它,然后才能导入.pyx文件:
.pyx
import pyximport pyximport.install()