Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NameError: name 'basestring' is not defined (Python 3) #183

Open
venil7 opened this issue Sep 9, 2017 · 1 comment
Open

NameError: name 'basestring' is not defined (Python 3) #183

venil7 opened this issue Sep 9, 2017 · 1 comment

Comments

@venil7
Copy link

venil7 commented Sep 9, 2017

this line errors with above message, when calling unspent

if isinstance(arg, basestring):

@mahdi13
Copy link

mahdi13 commented Dec 7, 2017

@venil7 Base on https://docs.python.org/3/whatsnew/3.0.html you should replace it with str.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants