After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 350119 - Pessulus fails to start
Pessulus fails to start
Status: RESOLVED FIXED
Product: pessulus
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal critical
: ---
Assigned To: Pessulus Maintainer(s)
Pessulus Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-08-06 04:34 UTC by Brent Smith (smitten)
Modified: 2006-09-11 09:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Brent Smith (smitten) 2006-08-06 04:34:15 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):
  • File "/opt/gnome2/bin/pessulus", line 30 in ?
    Pessulus.main.main(sys.argv[1:])
  • File "/opt/gnome2/lib/python2.4/site-packages/Pessulus/main.py", line 51 in main
    dialog = maindialog.PessulusMainDialog (applier, gnome_program = prog)
  • File "/opt/gnome2/lib/python2.4/site-packages/Pessulus/maindialog.py", line 114 in __init__
    self.__init_pageselector ()
  • File "/opt/gnome2/lib/python2.4/site-packages/Pessulus/maindialog.py", line 207 in __init_pageselector
    pageselector.set_cursor ((0,))
TypeError: path should be a GtkTreePath


(Pessulus should also use the example in gnome-python/examples to submit stacktraces through bug-buddy :-))
Comment 1 Rob Bradford 2006-08-09 12:01:16 UTC
Brett,
Could you tell me which version you got this problem in?
Comment 2 Brent Smith (smitten) 2006-08-10 04:41:11 UTC
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
Comment 3 Rob Bradford 2006-08-10 10:11:31 UTC
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?
Comment 4 Rob Bradford 2006-09-11 09:23:19 UTC
Yup. This indeed was caused by bug #350252 in pygtk. Resolving as FIXED. Thanks for your feedback!