sqlite3.OperationalError: unable to open database file
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
UberWriter (moved to github!) |
Fix Committed
|
High
|
Unassigned |
Bug Description
I'm not an programmer myself, although for me it looks like there's somewhere in the code location of the file locales.db hardcoded:
hadret@r2-d2 ~ % uberwriter
Traceback (most recent call last):
File "/usr/bin/
import uberwriter
File "/usr/lib/
from uberwriter import UberwriterWindow
File "/usr/lib/
from uberwriter_
File "/usr/lib/
from .spellcheck import SpellChecker
File "/usr/lib/
from ..pylocales import code_to_name
File "/usr/lib/
from locales import *
File "/usr/lib/
_database = sqlite3.
sqlite3.
I built UberWriter with "default" paths, so it's using /usr/bin /usr/lib etc. If there's anything else I can provide to help track this bug down, please let me know.
Regards,
Hadret
Changed in uberwriter: | |
status: | Confirmed → Fix Committed |
Hi,
so I guess you are *not* running ubuntu, right?
Because I will target other platforms as soon as possible (I had multiple requests to do so).
Actually, I was asked specifically by the ubuntu app team to install the app into /opt/extras. ubuntu. com/uberwriter/
Will fix soon.
Stay tuned,
Wolf