You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "start.py", line 13, in
from server.handler import start_server
File "/root/EvilOSX/server/handler.py", line 13, in
from http.server import HTTPServer, BaseHTTPRequestHandler
ImportError: No module named http.server
The text was updated successfully, but these errors were encountered:
the problem is
Traceback (most recent call last):
File "start.py", line 13, in
from server.handler import start_server
File "/root/EvilOSX/server/handler.py", line 13, in
from http.server import HTTPServer, BaseHTTPRequestHandler
ImportError: No module named http.server
The text was updated successfully, but these errors were encountered: