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

Support for Python 3 #12

Open
vasekch opened this issue Feb 17, 2019 · 1 comment
Open

Support for Python 3 #12

vasekch opened this issue Feb 17, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@vasekch
Copy link

vasekch commented Feb 17, 2019

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'
@vasekch vasekch changed the title Support for Python3 Support for Python 3 Feb 17, 2019
@cinek810 cinek810 self-assigned this Feb 18, 2019
@cinek810 cinek810 added the enhancement New feature or request label Feb 18, 2019
@cinek810
Copy link
Owner

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.

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

No branches or pull requests

2 participants