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 am using Python 3.4 and this known issue (NameError: global name 'basestring' is not defined) is closed and documented from 2008. https://bugs.python.org/issue1931... odd that I am even seeing this...
I added this try/except to widgets.py (see file path) source code in Python site packages. I'm sure that's not good practice but I couldn't get it to work otherwise. Can close this issue, just thought I'd document it.
The text was updated successfully, but these errors were encountered:
I am using Python 3.4 and this known issue (NameError: global name 'basestring' is not defined) is closed and documented from 2008. https://bugs.python.org/issue1931... odd that I am even seeing this...
I added this try/except to widgets.py (see file path) source code in Python site packages. I'm sure that's not good practice but I couldn't get it to work otherwise. Can close this issue, just thought I'd document it.
The text was updated successfully, but these errors were encountered: