You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I'm getting the same issue using Python 3.7.3 in environment mode:
File "test.py", line 3, in
from itty import *
File "/Users/yyy/Documents/projects/python/log/lib/python3.7/site-packages/itty.py", line 588
except UnicodeError, e:
^
SyntaxError: invalid syntax
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.
The text was updated successfully, but these errors were encountered: