[Gajim-devel] Running both a dev and a stable profile

Michael Elsdörfer michael at elsdoerfer.info
Thu Jan 28 09:07:34 CET 2010


I'm using the advice on the wiki:

$ ./launch.sh -p dev
Traceback (most recent call last):
   File "gajim.py", line 402, in <module>
     interface = Interface()
   File 
"/home/michael/Documents/Dev/projects/theirs/gajim/src/gui_interface.py", line 
3142, in __init__
     cfg_was_read = parser.read()
   File 
"/home/michael/Documents/Dev/projects/theirs/gajim/src/common/optparser.py", 
line 78, in read
     self.update_config(old_version, new_version)
   File 
"/home/michael/Documents/Dev/projects/theirs/gajim/src/common/optparser.py", 
line 223, in update_config
     caps_cache.capscache.initialize_from_db()
   File 
"/home/michael/Documents/Dev/projects/theirs/gajim/src/common/caps_cache.py", 
line 364, in initialize_from_db
     self._remove_outdated_caps()
   File 
"/home/michael/Documents/Dev/projects/theirs/gajim/src/common/caps_cache.py", 
line 376, in _remove_outdated_caps
     self.logger.clean_caps_table()
   File 
"/home/michael/Documents/Dev/projects/theirs/gajim/src/common/logger.py", line 
907, in clean_caps_table
     self.simple_commit(sql)
   File 
"/home/michael/Documents/Dev/projects/theirs/gajim/src/common/logger.py", line 
152, in simple_commit
     self.cur.execute(sql_to_commit)
sqlite3.OperationalError: no such column: last_seen

Am I doing something wrong? I think the problem here might be that was 
far as I can tell, the profile option only applies to the config file - 
the database file remains the same. Wouldn't it be better if a 
completely separate profile folder were used?

Michael


More information about the Gajim-devel mailing list