Open
Description
I was running a script that imported itty and whenever I run it using python3 I get this error:
Traceback (most recent call last):
File "connect_cisco_bot.py", line 1, in
from itty import post, run_itty
File "/home/ubuntu/.local/lib/python3.5/site-packages/itty.py", line 588
except UnicodeError, e:
^
SyntaxError: invalid syntax
When I run it with python2.7 it works fine.
Metadata
Metadata
Assignees
Labels
No labels