GNOME Bugzilla – Bug 350119
Pessulus fails to start
Last modified: 2006-09-11 09:23:19 UTC
Here is the screen output when trying to start pessulus from a terminal: testuser@home:~$ pessulus & [1] 5709 testuser@home:~$ (pessulus:5709): GConf-WARNING **: haven't implemented getting a specific locale in GConfClient Traceback (most recent call last):
+ Trace 70013
Pessulus.main.main(sys.argv[1:])
dialog = maindialog.PessulusMainDialog (applier, gnome_program = prog)
self.__init_pageselector ()
pageselector.set_cursor ((0,))
(Pessulus should also use the example in gnome-python/examples to submit stacktraces through bug-buddy :-))
Brett, Could you tell me which version you got this problem in?
2.15.91, here's the last entry in the ChangeLog: 2006-08-03 Jovan Naumovski <jovan@lugola.net> * Added sl.po to po/ and 'sl' to LINGUAS
What version of pygtk...Works fine for me with 2.9.3 from Ubuntu. I think we're doing the right thing (http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq13.003.htp). I wonder if this is a bug in pygtk?
Yup. This indeed was caused by bug #350252 in pygtk. Resolving as FIXED. Thanks for your feedback!