xsank / webssh

WebSSH is a simple web project which support login linux server with explorer.
http://xsank.github.io/webssh/
MIT License
581 stars 221 forks source link

启动时就报错,无法开启端口 #41

Open zmbaliqq opened 6 years ago

zmbaliqq commented 6 years ago

E:\pass\test\webssh>python main.py Traceback (most recent call last): File "E:\pass\test\webssh\daemon.py", line 10, in from cStringIO import StringIO ModuleNotFoundError: No module named 'cStringIO'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "main.py", line 12, in from urls import handlers File "E:\pass\test\webssh\urls.py", line 3, in from handlers import * File "E:\pass\test\webssh\handlers.py", line 7, in from daemon import Bridge File "E:\pass\test\webssh\daemon.py", line 12, in from StringIO import StringIO ModuleNotFoundError: No module named 'StringIO'

Chen-Hu commented 6 years ago

遇到相同错误

ffeenn commented 6 years ago

StringIO Error: Example from io import StringIO

yz271544 commented 6 years ago

用python2.7,3.6里面没有StringIO