我想執行一個使用了扭曲網頁的python程序,但由於某種原因它無法導入http。我對此很陌生,但對於解決這個問題我還不是很熟悉。我做了一些Google搜索,但我無法找到任何似乎與這個特定問題相關的東西,只有一些似乎無法解決問題的模糊相似的東西。無法導入python http模塊爲twisted.web
Traceback (most recent call last):
File "./test.py", line 27, in <module>
from twisted.web import http
ImportError: cannot import name http
OS:CentOS的5.9 Python版本:2.7.5
$ yum list installed | grep twisted
python-twisted-core.i386 2.5.0-4.el5 installed
python-twisted-web.i386 0.7.0-1.el5 installed
這裏是進口的樣子:
from twisted.web import http
你能'輸入扭曲'開始? –
我在文件的開頭添加了導入扭曲,它沒有抱怨。我認爲這意味着它進口罰款? – Arringar1
然後又是什麼'python -c「import twisted;打印twisted.version」'給你? –