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
Out of the box, Python 3 is not supported. It already fails with the import as __init__.py does a relative import of exceptions, a feature that has been removed with Python 3.
Shouldn't be too hard to fix. Most important issue would be to review all strings and check unicode vs. encoded string issues.
Hello,
I would like to know current status of Python 3 support.
Thanks
The text was updated successfully, but these errors were encountered: