この例を使用して、Twistedを使用してPythonでWebSocketを動作させようとしています:http://twistedmatrix.com/trac/export/29073/branches/websocket-4173-2/doc/web/howto/websocket.xhtml。残念ながら、ImportErrorが発生しています。ここで何をすべきかわかりません。いくつかの方法(ソース、pip、Ubuntuリポジトリから)を使用してTwistedを数回インストール/アンインストールしましたが、それでもポップアップします。
Traceback (most recent call last):
File "server.py", line 2, in <module>
from twisted.web.websocket import WebSocketHandler, WebSocketSite
ImportError: No module named websocket
どんな助けでも大歓迎です!