[FIXED] gnome-python issue

You think you have found a bug? Let us know about it.
Post Reply
User avatar
Fred
Posts: 32
Joined: 27. Aug 2009, 17:23
Location: Ath (Belgium)

[FIXED] gnome-python issue

Post by Fred »

Hi,

If I install gnome-python, gajim refuses to start with this issue :

Code: Select all

bipbip[~]$ gajim
/usr/share/gajim/src/common/xmpp/auth.py:24: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import sha,base64,random,dispatcher
/usr/share/gajim/src/common/xmpp/auth.py:26: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5
/usr/share/gajim/src/common/latex.py:125: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  'error': helpers.decode_string(e.message)}
ImportError: could not import bonobo.ui
Traceback (most recent call last):
  File "gajim.py", line 3550, in <module>
    cli.set_restart_command(len(argv), argv)
AttributeError: '__main__.GnomeClient' object has no attribute 'set_restart_command'
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
  File "/usr/lib/python2.6/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "gajim.py", line 430, in on_exit
    gajim.interface.roster.prepare_quit()
AttributeError: 'NoneType' object has no attribute 'roster'
Error in sys.exitfunc:
Traceback (most recent call last):
  File "/usr/lib/python2.6/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "gajim.py", line 430, in on_exit
    gajim.interface.roster.prepare_quit()
AttributeError: 'NoneType' object has no attribute 'roster'
If I remove the package, gajim restarts :?

Any idea ?

Fred
Last edited by Fred on 20. Oct 2009, 17:25, edited 2 times in total.
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: gnome-python issue

Post by gapan »

Confirmed here. No idea why this happens yet though.
Image
Image
User avatar
Fred
Posts: 32
Joined: 27. Aug 2009, 17:23
Location: Ath (Belgium)

Re: gnome-python issue

Post by Fred »

it is maybe a conflict with bonoboui support added in the gnome-python package ?
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: gnome-python issue

Post by gapan »

I think it's a missing dependency of gnome-python: pyorbit. Try installing it. It works here after I do.
Image
Image
User avatar
Fred
Posts: 32
Joined: 27. Aug 2009, 17:23
Location: Ath (Belgium)

Re: gnome-python issue

Post by Fred »

Solved ;)

Thx
Post Reply