tariqbuilds / linux-dash

A beautiful web dashboard for Linux

Home Page:https://afaqurk.github.io/linux-dash/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

module not found error

thekingpin1 opened this issue · comments

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