Open thekingpin1 opened 3 years ago
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.
Run using python2 index.py --port 1234 for ubuntu
python2 index.py --port 1234
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.