tariqbuilds / linux-dash

A beautiful web dashboard for Linux
https://afaqurk.github.io/linux-dash/
MIT License
10.4k stars 1.2k forks source link

module not found error #502

Open thekingpin1 opened 3 years ago

thekingpin1 commented 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.

salmanul-fares commented 2 years ago

Run using python2 index.py --port 1234 for ubuntu