看板 Python 關於我們 聯絡資訊
請問一下 我有安裝twisted 可是還是出現以下錯誤碼 12345 是port C:\Python26>python test.py 12345 Traceback (most recent call last): File "test.py", line 1, in <module> from twisted.internet.protocol import Protocol, ClientFactory, ServerFactory File "C:\Python26\lib\site-packages\twisted\internet\protocol.py", line 15, in <module> from zope.interface import implements ImportError: No module named zope.interface 請問這是什麼問題呢? 感激不盡 謝謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 114.38.76.142
smallyuyuyu:你缺了zope 05/16 14:35
keitheis:應該是只缺 zope.interface,不然整個 zope 很大隻喔 05/19 11:15