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

enki does not work with python3 #22

Open
peterdekker opened this issue Jun 5, 2018 · 1 comment
Open

enki does not work with python3 #22

peterdekker opened this issue Jun 5, 2018 · 1 comment

Comments

@peterdekker
Copy link

enki does not seem to work with python 3. If I try to import enki in a python3 shell, I get the following error

>>> import enki
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.5/dist-packages/enki/__init__.py", line 25, in <module>
    import pbclient
  File "/usr/local/lib/python3.5/dist-packages/pbclient/__init__.py", line 168
    print OFFSET_WARNING
                       ^
SyntaxError: Missing parentheses in call to 'print'
@teleyinex
Copy link
Member

Yes. We know it. We're planning to start migrating everything to Python 3.5 in the coming months.

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