You are not logged in.

#1 2007-11-19 21:16:25

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

sidenote - updated

I went back and rewrote it. I'll add more features soon, but I thought i'd post it because it's already useful. Depends on pygtk

http://src.iphitus.org/sidenote/sidenote.png
http://src.iphitus.org/sidenote/sidenote-0.4.tar.gz

FAQ: How do I save?
It's automatic. Saves when you quit or change notes.

Last edited by iphitus (2007-11-19 21:19:06)

Offline

#2 2007-11-20 09:17:44

ramoneur
Member
Registered: 2007-06-04
Posts: 89

Re: sidenote - updated

nice big_smile gonna download for sure when i get home


A w e s o m e
r
c
h

Offline

#3 2007-11-23 18:33:56

s26c.sayan
Member
From: Kolkata, India
Registered: 2007-02-07
Posts: 176
Website

Re: sidenote - updated

Any PKGBUILD-s?
------------------
EDIT:
When I try to run sidenote, this is what I get:

illegal flag specified to DB_ENV->repmgr_set_local_site
DB_ENV->mutex_set_align: alignment value must be a non-zero power-of-two
Traceback (most recent call last):
  File "/usr/bin/sidenote", line 162, in <module>
    hwg = sidenote()
  File "/usr/bin/sidenote", line 30, in __init__
    self.load_notes(expanduser("~/.sidenote"))
  File "/usr/bin/sidenote", line 85, in load_notes
    self.notes = shelve.open(filename)
  File "/usr/lib/python2.5/shelve.py", line 225, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/usr/lib/python2.5/shelve.py", line 209, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "/usr/lib/python2.5/anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "/usr/lib/python2.5/dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "/usr/lib/python2.5/bsddb/__init__.py", line 299, in hashopen
    e = _openDBEnv(cachesize)
  File "/usr/lib/python2.5/bsddb/__init__.py", line 356, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

I have pygtk  2.12.0-1.

Last edited by s26c.sayan (2007-11-24 15:41:38)


March Linux : An Arch Linux "distrolet" that I am trying to develop (March = My Arch!)
Please take a look......:)

Offline

Board footer

Powered by FluxBB