[Gajim-devel] Gajim on Mac OS X 10.9

Yann Leboulanger asterix at lagaule.org
Sat Mar 29 15:06:23 CET 2014


On 03/29/2014 02:10 PM, Doug Warner wrote:
> It looks like I did have gettext installed; are the python bindings typically installed separately?
> $ brew info gettext | grep stable
> gettext: stable 0.18.3.2 (bottled)
> 
> I missed the fact that the OSX wiki page suggested needing the path to gettext binaries, so I added that and got a little farther onto an sqlite error that I’ll try to work on next.
> 
> I’ll probably see if I can modify the gajim package to automatically search the installed gettext path rather than making users find this themselves, but I haven’t dug into who to tackle it yet.
> 
> The new error is below, but it seems like my installation might be using the wrong library or version of python.
> 
> Thanks for the tip on gettext!
> -Doug
> 
> Traceback (most recent call last):
>   File "gajim.py", line 471, in <module>
>     interface = Interface()
>   File "/usr/local/Cellar/gajim/0.15.4/share/gajim/src/gui_interface.py", line 2835, in __init__
>     gajim.transport_type = gajim.logger.get_transports_type()
>   File "/usr/local/Cellar/gajim/0.15.4/share/gajim/src/common/logger.py", line 831, in get_transports_type
>     'SELECT * from transports_cache')
> sqlite3.OperationalError: no such table: transports_cache

I suggest you just remove the whole ~/.local/share/gajim folder and
~/.cacge/gajim folder.
database will be created on next startup.

-- 
Yann


More information about the Gajim-devel mailing list