@ccc - Many thanks. I will use the shebang line to use Python 2 until I get this figured out.

I do want the code to run in Python 3. Right now, I would be happy if I could just run the sample Evernote code from the Pythonista website.

I just did a cut-and-paste from the website into Pythonista 3, put in my auth_token, and fixed the print statements. When I run, I get the error:

No module named 'ttypes'

on this line:

import evernote.edam.userstore.constants as UserStoreConstants

Any idea where I might go from here?

Many thanks.