I've just got icewm running and am trying to get to grips with configuring it. I'm aware there are some configuration files that I could edit by hand (and I may well do that soon :) but Suse supply a couple of utilities with Suse 9.3 - iceme and icepref. Neither works for me: dhoworth@cpepc210-3:~$ iceme Traceback (most recent call last): File "IceMe.py", line 20, in ? pygtk.require("1.2") File "/usr/lib/python2.4/site-packages/pygtk.py", line 73, in require assert versions.has_key(version), \ AssertionError: required version '1.2' not found on system dhoworth@cpepc210-3:~$ icepref sys:1: DeprecationWarning: Non-ASCII character '\xb4' in file /usr/X11R6/bin/icepref on line 285, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details Traceback (most recent call last): File "/usr/X11R6/bin/icepref", line 24, in ? pygtk.require("1.2") File "/usr/lib/python2.4/site-packages/pygtk.py", line 73, in require assert versions.has_key(version), \ AssertionError: required version '1.2' not found on system This seems to be some problem with the version of python-gtk. I don't really understand this area, but it seems that perhaps the programs are looking for a GTK1 library, whilst all that's available is a GTK2 package. Can anybody shed any light? Thanks, Dave
participants (1)
-
Dave Howorth