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

Doesn't work in Python 3 #37

Closed
gjcarneiro opened this issue May 17, 2017 · 1 comment
Closed

Doesn't work in Python 3 #37

gjcarneiro opened this issue May 17, 2017 · 1 comment

Comments

@gjcarneiro
Copy link

Traceback (most recent call last):
  File "/home/gjc/.virtualenvs/py3/bin/kubetop", line 7, in <module>
    from kubetop._script import main
  File "/home/gjc/.virtualenvs/py3/lib/python3.6/site-packages/kubetop/_script.py", line 27, in <module>
    from ._textrenderer import Sink, kubetop
  File "/home/gjc/.virtualenvs/py3/lib/python3.6/site-packages/kubetop/_textrenderer.py", line 114
    def _render_pod_top(reactor, (node_info, pod_info)):
                                 ^
SyntaxError: invalid syntax
@exarkun
Copy link
Contributor

exarkun commented May 17, 2017

Thanks. Indeed. This was filed previously as #30

@exarkun exarkun closed this as completed May 17, 2017
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

2 participants