-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
ConfigParser.NoSectionError: No section: 'evernote' #3
Comments
Was just trying to get this working and grepping through the source, it looks like you can add this to your config:
|
The version uploaded to pypi is very old, I'm not even sure it would work. You may try installing from github:
Sample config:
|
Yeah, I actually had to install Python 2.7 to try to get the pypi version working. It had problems initializing the git repo, and while poking around I noticed it was like 6 years old and saw that the git repo was significantly updated and just switched to using a HEAD checkout. This is what I did to get that working:
I had to manually setup the git folder since the auto-initilization in an empty folder seemed to fail. One other thing I did was to go into the Thanks for maintaining this tool btw, nice to have export options (I haven't really used my Evernote for years, but also was lazy about doing full exports, but with the recent hubbub, better to have a proper backups now!) |
Yeah, I sort of neglected the proper community-side maintenance of this project and haven't been making pypi releases or updating the docs. However, I'm still using it, so it's in a working shape, albeit not very beginner-friendly. The steps you wrote are absolutely correct, thanks for the addition! It's been a long time since I set this up, and now it just simply works, keeping my notes backed up. Although I no longer use evernote, I've switched to onenote for my daily use, which backups are also implemented in this tool. However, evernote support in this project is still present, and I think it should work as well. |
The text was updated successfully, but these errors were encountered: