| Author |
Message |
Puppyt
Joined: 09 May 2008 Posts: 510 Location: Helidon Spa, Queensland
|
Posted: Thu 05 May 2011, 22:52 Post_subject:
Request: KeepNote [FILLED] Sub_title: Note-taking; information organisation; thesis writing |
|
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.
_________________ Toowoomba Linux Community
http://groups.google.com/group/toowoombalinux
Edited_time_total
|
|
Back to top
|
|
 |
Hotdog

Joined: 29 Sep 2011 Posts: 60 Location: Georgia USA
|
Posted: Wed 22 Feb 2012, 22:53 Post_subject:
KeepNote Sub_title: Getting KeepNote to work in Puppy 5.2.8 |
|
Reviving this thread. KeepNote is a fine program.
Problem: import keepnote - no module
Fix: | Code: | | export PYTHONPATH=/usr/share/pyshared/:$PYTHONPATH |
Problem: libsqlite3-3.6.12.so.0 missing
Fix: | Code: | | 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?
|
|
Back to top
|
|
 |
jemimah

Joined: 26 Aug 2009 Posts: 4309 Location: Tampa, FL
|
Posted: Wed 22 Feb 2012, 23:41 Post_subject:
|
|
I've uploaded keepnote for saluki. That probably doesn't help you but, there it is.
|
|
Back to top
|
|
 |
Puppyt
Joined: 09 May 2008 Posts: 510 Location: Helidon Spa, Queensland
|
Posted: Thu 23 Feb 2012, 02:33 Post_subject:
|
|
Thanks, Hotdog and jemimah!
I thought that this thread was dead, but there you go - Puppians RULE!
And, now a confession on my behalf
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".
_________________ Toowoomba Linux Community
http://groups.google.com/group/toowoombalinux
|
|
Back to top
|
|
 |
Hotdog

Joined: 29 Sep 2011 Posts: 60 Location: Georgia USA
|
Posted: Thu 23 Feb 2012, 14:51 Post_subject:
KeepNote Sub_title: Getting KeepNote to work in Puppy 5.2.8 |
|
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!
|
|
Back to top
|
|
 |
Hotdog

Joined: 29 Sep 2011 Posts: 60 Location: Georgia USA
|
Posted: Thu 23 Feb 2012, 22:35 Post_subject:
KeepNote solved on Puppy 5.2.8 Sub_title: KeepNote solved on Puppy 5.2.8 |
|
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: | | 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.
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2449
|
Posted: Fri 09 Mar 2012, 04:13 Post_subject:
|
|
Think you'll need all the deps for the listed packages as well.
(for python-gtk2 I counted 15 of them).
|
|
Back to top
|
|
 |
|