
NoteFinder
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
NoteFinder is an application for managing any text information: notes, quotes, conversations, code snippets, diary entries, drafts, articles, contacts, etc.
Installation
Run python setup.py install --root=/
For package mantainers
Use python setup.py install --root=$someBuildRoot
12 years ago
0.4: Encryption, GTD, Reminder plugin.
12 years ago
0.4: Encryption, GTD, Reminder plugin.
sroy
11 years ago
I downloaded NoteFinder-0.5 and installed it following the INSTALL file
on a machine running Debian Lenny.
It does have the needed Dependencies satisfied.
However, when I type 'notefinder', I get an error message:
--------------------------------
Traceback (most recent call last):
File "/usr/bin/notefinder", line 38, in <module>
notebook = Notebook(config.getNotebook())
File "usr/lib/python2.5/site-packages/notefinderlib/libnotetaking/config.py", line 75, in getNotebook
File "/usr/lib/python2.5/ConfigParser.py", line 511, in get
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'General'
-----------
Any idea what could be the problem ?
Thanks in advance.
S. Roy
Report
pog
11 years ago
The management of the ini config file of notefinder is a bit simplistic and does not work when there is not ini file.
I created one with notefinder 0.1, then I patched it to reflect some changes in the code:
Here is my ini file:
[Markup]
default = Wiki
[Notebooks]
default = FileSystem
[General]
Notebook = default
[UI]
Session =
[FileSystem]
default = /home/pgaillard/.notes
[View]
default = False
Report
GFORGX
12 years ago
You can access site as linuxboard.110mb.com or linuxboard.110mb.com/bugs now.
Report
anderslund
12 years ago
Traceback (most recent call last):
File "/usr/bin/NoteFinder.pyw", line 32, in <module>
from notefinder import main_impl
File "usr/lib/python2.5/site-packages/notefinder/main_impl.py", line 59, in <module>
ImportError: No module named Settings
Report
anderslund
12 years ago
Report
GFORGX
12 years ago
Occasionally no time to update links/version here now.
Thanks!
Report
GFORGX
12 years ago
Report
dotancohen
12 years ago
http://notefinder.co.cc/notefinder/bugs/index.php?page=bug_show&bug_id=1
There's more to come. Thanks!
Report
dotancohen
12 years ago
$ sudo python setup.py --root=/
Traceback (most recent call last):
File "setup.py", line 33, in <module>
from setuptools import setup
ImportError: No module named setuptools
Any idea what to do? Thanks.
Report
pengvin
12 years ago
Maybe you already figured this out.
Report
dotancohen
12 years ago
Now, the install seems to have finished with no errors, but I do not have a notefinder excecutable:
$ sudo python setup.py install --root=/
running install
running build
running build_py
creating build
creating build/lib
copying libnotetaking.py -> build/lib
copying pycreole.py -> build/lib
creating build/lib/notefinder
copying notefinder/notefinder_rc.py -> build/lib/notefinder
--- snip ---
running egg_info
creating notefinder.egg-info
writing notefinder.egg-info/PKG-INFO
writing top-level names to notefinder.egg-info/top_level.txt
writing dependency_links to notefinder.egg-info/dependency_links.txt
writing entry points to notefinder.egg-info/entry_points.txt
writing manifest file 'notefinder.egg-info/SOURCES.txt'
reading manifest file 'notefinder.egg-info/SOURCES.txt'
writing manifest file 'notefinder.egg-info/SOURCES.txt'
Copying notefinder.egg-info to /usr/lib/python2.5/site-packages/notefinder-0.0.0-py2.5.egg-info
running install_scripts
$ no <tab-here>
nohup nologin notepad
$ sudo updatedb
$ locate notefinder | grep bin
$ ls /usr/share/notefinder/
icon.png
$
Report
GFORGX
12 years ago
Report
dotancohen
12 years ago
Report
GFORGX
12 years ago
Note, will be moved to http://notefinder.co.cc/bugs tomorrow =)
Report
dotancohen
12 years ago
Report
freefred
12 years ago
sorry your program need PyQT4, so the QT4, it is for kde4?
If yes I think would be better an advice.
bye
Report