cpbotha / nvpy

Simplenote syncing note-taking application, inspired by Notational Velocity and ResophNotes, but uglier and cross-platformerer.
Other
849 stars 114 forks source link

ImportError: No module named simplenote #169

Closed dr-diem closed 5 years ago

dr-diem commented 5 years ago

Hi,

I'm having the same issue reported a couple of months back as george-somerville-ma under Issue #160 :+1:

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/yan/code/nvpy/nvpy/main.py", line 1, in import nvpy File "nvpy/nvpy.py", line 37, in from notes_db import NotesDB, SyncError, ReadError, WriteError File "nvpy/notes_db.py", line 17, in import simplenote ImportError: No module named simplenote

What supplies the module named simplenote? Is it supplied in this git and i have some kind of path error going on?

Thanks,

Ian

yuuki0xff commented 5 years ago

The module named "simplenote" is external python module. Please install it on your computer. https://github.com/mrtazz/simplenote.py

dr-diem commented 5 years ago

Excellent, thanks!