1
我發現在執行我的Python功能如下問題:找不到用Cython庫
Traceback (most recent call last):
File "/home/ppd/myfunc.py", line 2, in <module>
from cythonUtilsPy.cythonUtils import *
ImportError: No module named cythonUtils
如何這個cythonUtils
模塊添加到我的路徑?
我不承認'cythonUtilsPy.cythonUtils' - 這是一個非常奇怪的名稱約定(在Python中),而不是我認爲典型的Python程序員會使用的約定。 Google爲'cythonUtilsPy'返回零結果。 *有* Cython Utils模塊(Cython.Utils);是'cythonUtilsPy.cythonUtils'意思是它的一些包裝? – DSM