Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python server.pyを実行するとcherrypy.wsgiserverがないとimport errorが出る。 #18

Open
raven38 opened this issue Jan 24, 2017 · 0 comments

Comments

@raven38
Copy link

raven38 commented Jan 24, 2017

python server.py

を実行すると

Traceback (most recent call last):
  File "server.py", line 5, in <module>
    from ws4py.server.cherrypyserver import WebSocketPlugin, WebSocketTool
  File "build/bdist.macosx-10.11-x86_64/egg/ws4py/server/cherrypyserver.py", line 69, in <module>
ImportError: No module named wsgiserver

というエラーが発生します。

pip list

でインストールされているパッケージを確認したところCherryPy (10.0.1.dev6+ng8072acf)と
なっていました。

CherryPyは9.0.0でcherrypy.wsgiserverが削除され、cheroot.serverに置き換えられていたためでした。

requirements.txtを書き換えて9.0.0以前のバージョンをインストールすることで当面は実行することができます。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant