0
我在karrigell新的,但我得到當我試圖用相karrigell導入我自己的模塊
from testmodule import TestClass
其中「testmodule」是我自己的模塊問題,TestClass中是唯一定義的類在模塊內部。
,但是當我去到現場,我得到了錯誤的
ImportError: No module named testmodule
我去谷歌,並得到一個可能的解決方案爲:
tc = Import("testmodule")
這是確定。但我如何導入類而不是導入模塊。 Karrigell的「from ... import ...」不再是可用的了嗎?
感謝您的幫助! 乾杯!