Jared Bernard
Jared Bernard
I had the same error with vim 7.4 on Ubuntu 16.04. Python 2.7 was installed. RESOLVED by uninstalling vim-gnome and installing vim-gnome-py2. sudo aptitude remove vim-gnome && sudo aptitude install...
I have the same issue on Fedora 25 and Ubuntu 16.10 both new installs. 2 Factor is disable, however I am prompted. I press enter at 2nd auth request, script...
Cheers. Solved.
I don't believe Evernote's official SDK supports python3 yet. However, you can compile Vim 8.0 with python2.7. The following worked for me on Debian. sudo apt-get install libncurses5-dev libgnome2-dev libgnomeui-dev...