We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'm having a problem while installing the Evernote. And I guess there might need a change in the setup.py file.
In the line#6. In place of exec x. It should be exec(x), If I'm correct.
Thanks.
The text was updated successfully, but these errors were encountered:
I met the same problem. Have you figured it out now?
Sorry, something went wrong.
I'll create a pull request for this
edit: the module has many python 2 commands, I'll create a pull request to make it python 3 compatible
There is a separate repository for Python 3 : https://github.com/evernote/evernote-sdk-python3
No branches or pull requests
Hi,
I'm having a problem while installing the Evernote. And I guess there might need a change in the setup.py file.
In the line#6. In place of exec x.
It should be exec(x), If I'm correct.
Thanks.
The text was updated successfully, but these errors were encountered: