Skip to content

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

@zmbaliqq

Description

@zmbaliqq

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions