Request: KeepNote [FILLED]

Requests go here. If you fill a request, give it a new thread in the appropriate category and then link to it in the request thread.
Post Reply
Message
Author
Puppyt
Posts: 907
Joined: Fri 09 May 2008, 23:37
Location: Moorooka, Queensland
Contact:

Request: KeepNote [FILLED]

#1 Post by Puppyt »

KeepNote is an open-source project for note-taking and general information organisation. http://keepnote.org/keepnote/.
Currently available in Linux as a deb or tarball etc. but I haven't been able to get it running in Puppy (Lucid-lite 525). It needs Python2.5 (or any greater 2.X), sqlite (version >= 3.5.0), PyGTK, gtkspell (optional). I haven't been successful in getting these dependencies to work - could someone in the forums please look at making a pet or SFS of KeepNote for Puppy's repositories, please?

Cheers.
Last edited by Puppyt on Fri 24 Feb 2012, 03:19, edited 1 time in total.
Search engines for Puppy
[url]http://puppylinux.us/psearch.html[/url]; [url=https://cse.google.com/cse?cx=015995643981050743583%3Aabvzbibgzxo&q=#gsc.tab=0]Google Custom Search[/url]; [url]http://wellminded.net63.net/[/url] others TBA...

User avatar
Hotdog
Posts: 134
Joined: Fri 30 Sep 2011, 03:15
Location: Georgia USA

KeepNote

#2 Post by Hotdog »

Reviving this thread. KeepNote is a fine program.

Problem: import keepnote - no module
Fix:

Code: Select all

export PYTHONPATH=/usr/share/pyshared/:$PYTHONPATH
Problem: libsqlite3-3.6.12.so.0 missing
Fix:

Code: Select all

ln -s /usr/lib/libsqlite3.so.0.8.6 /usr/lib/libsqlite3.6.12.so.0
Problem: import _glib - no module
Fix: _glib.so is in /usr/lib/pyshared/python2.6/gtk-2.0/glib/ but setting up a path to it doesn't help. Python is complaining about a missing module, not a shared library. Also, _glib is not a standard part of Python.

This is my 'stuck-at' point. Has anyone gotten beyond this?

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#3 Post by jemimah »

I've uploaded keepnote for saluki. That probably doesn't help you but, there it is. :)

Puppyt
Posts: 907
Joined: Fri 09 May 2008, 23:37
Location: Moorooka, Queensland
Contact:

#4 Post by Puppyt »

Thanks, Hotdog and jemimah!

I thought that this thread was dead, but there you go - Puppians RULE!

And, now a confession on my behalf :oops:
In the interrim, the boys at Docear (http://www.docear.org/) have recently released a working beta. It's KeepNote+FreeMind+Osmo+PDF management rolled into one. I've got the *.exe working swimmingly in a Lucid 528 under Wine (Hungarian XP_Puppy528 - thanks skami and kros54). I hope to do My First Compile/Pet this weekend with the Linux tar.gz. Needs Java 6+ (will be following the How To wiki Very Closely. Thanks coolpup). So for many, KeepNote will be a lighter alternative and I encourage the development of a working pet for run-of-the-mill Pupplets, Saluki already been 'filled'.
Cheers!

EDIT: Whups - just spotted my accidental oxymoron - like "Military Intelligence" and "Windows Operating System", there's no such thing as "run-of-the mill Puppy".
Search engines for Puppy
[url]http://puppylinux.us/psearch.html[/url]; [url=https://cse.google.com/cse?cx=015995643981050743583%3Aabvzbibgzxo&q=#gsc.tab=0]Google Custom Search[/url]; [url]http://wellminded.net63.net/[/url] others TBA...

User avatar
Hotdog
Posts: 134
Joined: Fri 30 Sep 2011, 03:15
Location: Georgia USA

KeepNote

#5 Post by Hotdog »

jemimah - Congratulations on developing saluki. What will we do when we run out of breeds to name our puppies after! It may be that KeepNote works for you because of the more modern approach of your OS.

Puppyt - Docear is new to me, am looking at it now. Thanks for the tip. Another 'thank you' for mentioning WINE. I got so engrossed in trying to make KeepNote work in Puppy 5.2.8 that it didn't occur to me to try it with WINE. And, I do use WINE a lot for IrfanView.

Good luck with your compile/pet project!

User avatar
Hotdog
Posts: 134
Joined: Fri 30 Sep 2011, 03:15
Location: Georgia USA

KeepNote solved on Puppy 5.2.8

#6 Post by Hotdog »

Puppy friends, I was making it more difficult than necessary. Here is what worked for me on Puppy 5.2.8 full HD install:

Requirements: Python (2.6.4 here), python-gtk2, python-glade2 and libgtk2.0-dev (Got all these from the Debian repository. Puppy installs them without question) and keepnote-0.7.7.tar.gz from http://keepnote.org.

Create a directory, /root/keepnote (name and location not important). Move keepnote-0.7.7.tar.gz into it and do:

Code: Select all

tar zxvf keepnote-0.7.7.tar.gz
You will then have a directory structure like /root/keepnote/keepnote-0.7.7/bin/keepnote. Navigate with your file manager to the last 'keepnote' in that directory string and click on the keepnote python icon. That's it. You're now running KeepNote!

KeepNote doesn't have to be 'installed'. You can make a desktop icon launcher and put in a menu entry following the directions found on this forum and other Puppy resources.

jpeps
Posts: 3179
Joined: Sat 31 May 2008, 19:00

#7 Post by jpeps »

Think you'll need all the deps for the listed packages as well.

(for python-gtk2 I counted 15 of them).

Post Reply