andialbrecht / crunchyfrog

Head over to RunSQLRun, the successor of CrunchyFrog
http://runsqlrun.org
GNU General Public License v3.0
4 stars 2 forks source link

Cannot run under ubuntu 12.04: unable to open database file #109

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Installed under ubuntu 12.04

Installed dependancies
ran sudo python setup.py install
crunchyfrog

Message box comes up

unable to open database file

The terminal output is

(crunchyfrog:7134): Gtk-WARNING **: Unable to locate theme engine in 
module_path: "pixmap",

(crunchyfrog:7134): Gtk-WARNING **: Unable to locate theme engine in 
module_path: "pixmap",

(crunchyfrog:7134): Gtk-WARNING **: Unable to locate theme engine in 
module_path: "pixmap",

(crunchyfrog:7134): Gtk-WARNING **: Unable to locate theme engine in 
module_path: "pixmap",

(crunchyfrog:7134): Gtk-WARNING **: Unable to locate theme engine in 
module_path: "pixmap",
1349872313.574201 WARNING pane.py:40 Failed to load additional icons (Icon 
'stock_book_green' not present in theme) 
1349872313.605142 ERROR userdb.py:102 Unable to open user database: 
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/cf/userdb.py", line 100, in __init_userdb
    self.conn = sqlite3.connect(self._user_db)
OperationalError: unable to open database file

Original issue reported on code.google.com by colin.pi...@gmail.com on 10 Oct 2012 at 12:34

GoogleCodeExporter commented 9 years ago
Does the file  ~/.config/crunchyfrog/user.db exist? If so, could you move this 
file aside and try again?

Original comment by albrecht.andi on 15 Oct 2012 at 6:55