Comment 6 for bug 870834

Revision history for this message
JPi (ajuanpi) wrote :

Hi Felix,
Thanks for the indication. It seems that problem is fixed now, but another one pop up. I think this one is harder to solve.
Basically in apt-get for Maverick we have required gtk+ version 2.22, but the required version is 2.24
I tried downloading pygtk 2.24, but it needs pycairo to compile and pycairo doesn't have a easy_install setup file :(

The error is
> wiican

(wiican:27173): GConf-WARNING **: haven't implemented getting a specific locale in GConfClient

(wiican:27173): GConf-WARNING **: haven't implemented getting a specific locale in GConfClient

(wiican:27173): GConf-WARNING **: haven't implemented getting a specific locale in GConfClient

(wiican:27173): GConf-WARNING **: haven't implemented getting a specific locale in GConfClient
Traceback (most recent call last):
  File "/usr/local/bin/wiican", line 325, in <module>
    launch_indicator()
  File "/usr/local/bin/wiican", line 284, in launch_indicator
    wiican = WiicanIndicator()
  File "/usr/local/bin/wiican", line 68, in __init__
    if not builder.add_from_file(WIIMOTEMANAGER_UI):
glib.GError: /usr/local/share/wiican/wiimotemanager.ui: required gtk+ version 2.24, current version is 2.22

Any hints to go through this one?

Thanks