You are not logged in.
I get the following errors when i launch revelation from an xterm:
/usr/lib/python2.6/site-packages/Crypto/Hash/MD5.py:6: DeprecationWarning: the md5 module is deprecated; use hashlib instead
from md5 import *
/usr/lib/python2.6/site-packages/Crypto/Hash/SHA.py:6: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
from sha import *
Traceback (most recent call last):
File "/usr/bin/revelation", line 1810, in <module>
app = Revelation()
File "/usr/bin/revelation", line 59, in __init__
self.__init_ui()
File "/usr/bin/revelation", line 376, in __init_ui
self.add_toolbar(self.searchbar, "searchbar", 2, detachable)
File "/usr/lib/python2.6/site-packages/revelation/ui.py", line 1821, in add_toolbar
gnome.ui.App.add_toolbar(self, toolbar, name, behavior, 0, band, 0, 0)
AttributeError: type object 'gnome.ui.App' has no attribute 'add_toolbar'
The program just sits here and doesn't finish initializing. I'm hoping i'm just missing dependency or something, as i don't have the full gnome desktop environment installed, just the handful of dependencies that other applications required. Thanks for any pointers.
-- edit
the latest gnome-python update today seems to have fixed the issue.
Last edited by nickoljt (2009-04-08 01:04:10)
Offline