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'
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'