GIO and PyGTK versions

323 views
Skip to first unread message

Mladen Mijatov

unread,
Aug 22, 2012, 12:15:22 PM8/22/12
to sunflo...@googlegroups.com
I need folks with _Scientific Linux_, _RedHat EL_, _CentOS_, _Debian Stable_ to give me GIO version which you can check by executing the following command in your terminal:

python -c "import gio, gtk; print gio.pygio_version, gtk.pygtk_version"

I've downloaded _Scientific Linux_ live image and it fails running Sunflower badly as GIO and PyGTK libraries are quite outdated (to the point where elements don't have set_visible available). I need to know if there are folks using this software on those distributions and which library versions you have as this image might be outdated.

Thanks in advance!

Mladen Mijatov

unread,
Aug 22, 2012, 12:25:20 PM8/22/12
to sunflo...@googlegroups.com
Also, don't forget to mention distribution and release. 

Wojciech Kluczka

unread,
Aug 22, 2012, 2:40:31 PM8/22/12
to sunflo...@googlegroups.com
CentOS 6.3 says: (2, 20, 0) (2, 16, 0)

Mladen Mijatov

unread,
Aug 29, 2012, 2:59:02 PM8/29/12
to sunflo...@googlegroups.com
Is Sunflower able to start on this system?

Wojciech Kluczka

unread,
Aug 29, 2012, 3:21:11 PM8/29/12
to sunflo...@googlegroups.com
Yes, repo version starts (unlike before) but runs not without problems:

Traceback (most recent call last):
  File "/home/user/sunflower-fm/application/gui/preferences_window.py", line 135, in _hide
    if self._button_save.get_sensitive():
AttributeError: 'gtk.Button' object has no attribute 'get_sensitive'

Traceback (most recent call last):
  File "/home/user/sunflower-fm/application/gui/main_window.py", line 1522, in unselect_with_pattern
    dialog = InputDialog(self)
  File "/home/user/sunflower-fm/application/gui/input_dialog.py", line 54, in __init__
    button_ok.set_can_default(True)
AttributeError: 'gtk.Button' object has no attribute 'set_can_default'

(that's what I found after random clicking)

kost...@gmail.com

unread,
Sep 25, 2012, 9:09:33 AM9/25/12
to sunflo...@googlegroups.com
Hi!

$ cat /etc/debian_version
6.0.5
$ python -c "import gio, gtk; print gio.pygio_version, gtk.pygtk_version"
(2, 21, 3) (2, 17, 0)
Reply all
Reply to author
Forward
0 new messages