On Monday 06 July 2009 07:51:32 pm Valery Febvre wrote:
> Hello,
>
> I'm happy to announce the first working release of Neote.
>
> Neote is a note taking application.
>
> Its interface aims to be easy and finger friendly.
> It's written in Python/Elementary and uses SQLite for storing data.
> Notes can be organized using custom categories that you can add, rename
> and delete at any time.
>
> Currently, only text note type is available.
> Future plans:
> * Search
> * Draw notes
> * Record voice notes
>
> It should run on any system with a revision of python-elementary equal
> or greater to 40756.
> I think that SHR-unstable is the only candidate.
>
>
> Homepage: http://code.google.com/p/neote/
>
> Screenshots: http://code.google.com/p/neote/wiki/Screenshots
>
> Package: http://neote.googlecode.com/files/neote_0.1.0-r0_all.ipk

It is not working for me with SHR-Unstable this is the error that I get
r...@om-gta02 ~ $ neote
Traceback (most recent call last):
  File "/usr/bin/neote", line 24, in <module>
    from neote import main
  File "/usr/lib/python2.6/site-packages/neote/__init__.py", line 1, in 
<module>
    from neote import *
  File "/usr/lib/python2.6/site-packages/neote/neote.py", line 34, in <module>
    from gui import *
  File "/usr/lib/python2.6/site-packages/neote/gui.py", line 26, in <module>
    from database import db, get_note_title
  File "/usr/lib/python2.6/site-packages/neote/database.py", line 210, in 
<module>
    db = NeoteDB()
  File "/usr/lib/python2.6/site-packages/neote/database.py", line 38, in 
__init__
    self.cnx = sqlite3.connect(db_path)
sqlite3.OperationalError: unable to open database file

-- 
"We must plan for freedom, and not only for security, if for no other reason 
than only freedom can make security more secure."  Karl Popper

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user

Reply via email to