Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3 support #495

Open
GreatEmerald opened this issue Jun 26, 2020 · 2 comments
Open

Python 3 support #495

GreatEmerald opened this issue Jun 26, 2020 · 2 comments

Comments

@GreatEmerald
Copy link

Trying to run the Python server using Python 3 results in an error:

Traceback (most recent call last):
File "/opt/linux-dash/app/server/index.py", line 6, in <module>
    from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer, test as _test
ModuleNotFoundError: No module named 'BaseHTTPServer'

This seems to indicate that it has not yet been updated to work with Python 3.

@elitepleb
Copy link

A bit late, but #463 works just fine.

@yalh76
Copy link

yalh76 commented Apr 2, 2022

but #463 wasn't merged, still having the same error with python3 on Debian Bullseye

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants