Hello,
French user of Linux Mint 7, I first manually installed griffith 0.10., as well as sqlAlchemy 5.5. Griffith worked correctly during a week, but since, I cannot start it any more.
Here is the output when it's started as a command from terminal :
Traceback (most recent call last):
File "/usr/bin/griffith", line 1490, in <module>
griffith = Griffith(home_dir, config)
File "/usr/bin/griffith", line 107, in __init__
self.db = GriffithSQL(config, self.locations['home'])
File "/usr/share/griffith/lib/sql.py", line 66, in __init__
conn_params['port'] = int(conn_params['port'])
KeyError: 'port'
Here is the output of the command griffith --show-dep :
gtk :: 2.14.1
gtk.glade :: 2.14.1
sqlalchemy :: 0.5.5
sqlite3 :: 2.4.1
reportlab :: 2.3
PIL :: True
psycopg2 :: 2.0.8 (dec mx dt ext pq3)
MySQLdb :: 1.2.2.final.0
chardet :: 1.0.1
sqlite :: 1.0.1
I tried to uninstall griffith, then I added a debian depot (Ubuntu's) in /etc/apt/sources.list, finally reinstalled griffith 0.10. (via synaptic), but the problem remains the same.
Can you help me?
Beforehand, thank you