I'm eagerly trying to move over to Pythonista 3 from the earlier version and have run into a problem:
I had some code working in Pythonista 2 just fine. In particular, this code accessed Evernote notes and notebooks.
When I did a copy/paste and try to run it in Pythonista 3, it didn't work at all. I fiddled around and didn't make much progress. My import statements were not even working.
My default Python version is 3.5. So I just tried running it in Python 2.7, and it works just fine.
Is there something I need to do to make Evernote code run in Python 3.5 in Pythonista?
Many thanks for any help.