Search Criteria
Package Details: nvpy-git r430.d1c926c-2
Git Clone URL: | https://aur.archlinux.org/nvpy-git.git (read-only) |
---|---|
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: | |
Conflicts: | |
Provides: | |
Submitter: | tkral |
Maintainer: | tkral |
Last Packager: | tkral |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-03-30 20:54 |
Last Updated: | 2016-07-04 15:33 |
Dependencies (6)
- python2-docutils
- python2-markdown
- python2-setuptools
- tk (tk85)
- git (git-git) (make)
- python2 (pypy19, stackless-python2) (make)
Latest Comments
freebird95 commented on 2017-11-01 13:57
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
New version also contains .desktop file.
tkral commented on 2016-06-30 19:38
Added missing dependencies.
Thanks @dpc for reporting.
dpc commented on 2016-06-30 18:57
```
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
```
==> 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
```