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
Hi, initially thank you for the great solution.
It would be great to implement this for Python 3 as well.
First issue when executed with Python 3 is BaseHTPServer -> http.server difference:
Traceback (most recent call last):
File "./snow-grafana-proxy.py", line 9, in <module>
from BaseHTTPServer import BaseHTTPRequestHandler,HTTPServer
ImportError: No module named 'BaseHTTPServer'
The text was updated successfully, but these errors were encountered:
vasekch
changed the title
Support for Python3
Support for Python 3
Feb 17, 2019
This sounds like a good idea, however, it may take some time to get this implemented. I'll work on that and tag commits fixing parts of python3 support and adding CI.
Hi, initially thank you for the great solution.
It would be great to implement this for Python 3 as well.
First issue when executed with Python 3 is BaseHTPServer -> http.server difference:
The text was updated successfully, but these errors were encountered: