Closed philuser closed 11 years ago
I use ubuntu raring (13/04) with kernel 3.8.8
philuser@Meghost:~$ uname -a Linux Meghost 3.8.8-030808-generic #201304170248 SMP Wed Apr 17 06:49:45 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
2013/4/22 Jerome Flesch notifications@github.com
Can you specify which Linux distribution you are using please ?
— Reply to this email directly or view it on GitHubhttps://github.com/jflesch/paperwork/issues/143#issuecomment-16803807 .
Actually, I saw that you already specified that information, but only right after I posted my message ... sorry for that :)
I have a Ubuntu raring running in a VM, but I'm unable reproduce this problem :(
Here are 2 things you can try:
1) check the version of python-whoosh you're using:
$ python
>>> import whoosh
>>> whoosh.__version__
On Ubuntu raring, you should have at least the 2.4.1.
2) in src/paperwork/backend/docsearch.py, you can replace the line:
content=whoosh.fields.TEXT(spelling=True),
by:
content=whoosh.fields.TEXT(),
You may have to remove all the "spelling=True" in the following lines as well.
It's a crappy workaround. It will make suggestions slower. But it might give us some idea of what the problem is.
So, is there anything new ?
Since this ticket has been inactive for a while, I'm closing it. Please reopen it if the problem is still there.
Since the last update of the distribution (raring ubuntu) and a 'git pull' followed by 'paperwork $ sudo python. / setup.py install', the application no longer works. In the main window, the box 'documents' is empty and the mouse icon is waiting. When I scan the application crashes at the end of the progress bar. the scan goes well during the calibration in the preferences. the log of operations:
Then when I run a scan:
I also uninstalled paperwork (deleting all files exept ~/paper) and re-installed without change.