evernote-sdk-python
evernote-sdk-python copied to clipboard
SyntaxError on Installation
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.
I met the same problem. Have you figured it out now?
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