Closed alejandrovelez7 closed 6 years ago
In python 3 print became a function instead of statement, if you execute the test_sqlany.py example you get a compilation error ->
test_sqlany.py
If you just add a parenthesis to the example in this line then it compiles in python 3
print("SQL Anywhere says: %s" % curs.fetchone())
Want me to change it? Or add a note?
I am fixing this now. Thanks for reporting it
Fixed with version 1.0.10
In python 3 print became a function instead of statement, if you execute the
test_sqlany.py
example you get a compilation error ->If you just add a parenthesis to the example in this line then it compiles in python 3
print("SQL Anywhere says: %s" % curs.fetchone())
Want me to change it? Or add a note?