evernote-sdk-python icon indicating copy to clipboard operation
evernote-sdk-python copied to clipboard

SyntaxError on Installation

Open Raghuvar opened this issue 7 years ago • 3 comments

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.

Raghuvar avatar May 10 '18 10:05 Raghuvar

I met the same problem. Have you figured it out now?

dingweiran28 avatar Oct 12 '18 14:10 dingweiran28

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

matmaer avatar Jan 15 '19 11:01 matmaer

There is a separate repository for Python 3 : https://github.com/evernote/evernote-sdk-python3

matmaer avatar Jan 15 '19 17:01 matmaer