Package Details: nvpy-git r724.c1b8549-1

Git Clone URL: https://aur.archlinux.org/nvpy-git.git (read-only, click to copy)
Package Base: nvpy-git
Description: Simplenote syncing note-taking application, inspired by Notational Velocity and ResophNotes, but uglier and cross-platformerer.
Upstream URL: https://github.com/cpbotha/nvpy
Keywords: NotationalVelocity notes simplenote
Licenses: BSD
Conflicts: nvpy
Provides: nvpy
Submitter: tkral
Maintainer: pizzaman
Last Packager: pizzaman
Votes: 3
Popularity: 0.000194
First Submitted: 2016-03-30 20:54 (UTC)
Last Updated: 2020-11-08 06:43 (UTC)

Latest Comments

pizzaman commented on 2020-11-08 06:50 (UTC)

Updated and working. Let me know if you find any problems.

MagicAndWires commented on 2020-05-04 00:39 (UTC)

Created a stable package here.

Will only update with every new official release, but currently it's more up-to-date than this package.

freebird95 commented on 2017-11-01 13:57 (UTC)

This problem seems to have started very recently. Starting nvpy at terminal brings a flash and then a crash: Traceback (most recent call last): File "/usr/bin/nvpy", line 11, in <module> load_entry_point('nvpy==1.0.0', 'gui_scripts', 'nvpy')() File "/usr/lib/python2.7/site-packages/nvpy/nvpy.py", line 817, in main controller = Controller(config) File "/usr/lib/python2.7/site-packages/nvpy/nvpy.py", line 336, in __init__ self.notes_list_model.set_list(nn) File "/usr/lib/python2.7/site-packages/nvpy/nvpy.py", line 211, in set_list self.notify_observers('set:list', None) File "/usr/lib/python2.7/site-packages/nvpy/utils.py", line 212, in notify_observers o(self, evt_type, evt) File "/usr/lib/python2.7/site-packages/nvpy/view.py", line 1533, in observer_notes_list self.set_notes(notes_list_model.list) File "/usr/lib/python2.7/site-packages/nvpy/view.py", line 1634, in set_notes self.notes_list.append(o.note, utils.KeyValueObject(tagfound=o.tagfound)) File "/usr/lib/python2.7/site-packages/nvpy/view.py", line 328, in append self.text.insert(tk.END, title, ("title,")) File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 3109, in insert self.tk.call((self._w, 'insert', index, chars) + args) _tkinter.TclError: character U+1f642 is above the range (U+0000-U+FFFF) allowed by Tcl

tkral commented on 2016-07-04 15:32 (UTC)

New version also contains .desktop file.

tkral commented on 2016-06-30 19:38 (UTC)

Added missing dependencies. Thanks @dpc for reporting.

dpc commented on 2016-06-30 18:57 (UTC)

``` import search_entry File "/tmp/yaourt-tmp-dpc/aur-nvpy-git/src/nvpy/nvpy/search_entry.py", line 11, in <module> import tkinter as Tkinter ImportError: No module named tkinter ```

dpc commented on 2016-06-30 18:52 (UTC)

``` ==> Starting pkgver()... ==> Starting build()... ==> Entering fakeroot environment... ==> Starting package()... Traceback (most recent call last): File "setup.py", line 2, in <module> from setuptools import setup ImportError: No module named setuptools ```