I use notational velocity on mac for years. I found nvpy looking for something for linux (I have a pretty new install of Fedora 28)
I cloned the repo and cd'd to nvpy as per the git instructions.
when I run 'python nvpy' I get the error below.
[eaglerockdude@kenputer nvpy]$ python nvpy
Traceback (most recent call last):
File "/usr/lib64/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/home/eaglerockdude/nvpy/nvpy/__main__.py", line 1, in <module>
import nvpy
File "nvpy/nvpy.py", line 47, in <module>
import view
File "nvpy/view.py", line 8, in <module>
import search_entry
File "nvpy/search_entry.py", line 11, in <module>
import tkinter as Tkinter
ImportError: No module named tkinter
I did a bit of research and looks like it is supposed to be installed with python.
Is this correct. I need to install or update python...and which version...the 2 or 3 for this app.
thx.