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 "index.py", line 6, in
from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer, test as _test
ModuleNotFoundError: No module named 'BaseHTTPServer'
error occurs when run in ubuntu terminal.
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "index.py", line 6, in
from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer, test as _test
ModuleNotFoundError: No module named 'BaseHTTPServer'
error occurs when run in ubuntu terminal.
The text was updated successfully, but these errors were encountered: