-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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'
Metadata
Metadata
Assignees
Labels
No labels