mpterm dumps the following on startup under RH7.x:
Traceback (innermost last):
File "/usr/bin/mpterm", line 27, in ?
import src.main_win
File "/usr/share/mpterm/src/main_win.py", line 364,
in ?
open_win()
File "/usr/share/mpterm/src/main_win.py", line 361,
in open_win
win = MainWindow()
File "/usr/share/mpterm/src/main_win.py", line 58, in
__init__
self.create_new_term_button( 'bash')
File "/usr/share/mpterm/src/main_win.py", line 199,
in create_new_term_button
t = term_scroll.Scroll_Term( self, self.pref_dlg,
exec_path, num)
File "/usr/share/mpterm/src/term_scroll.py", line 34,
in __init__
self.set_config( pref_dlg.config.state)
File "/usr/share/mpterm/src/term.py", line 115, in
set_config
self.zvt.set_color_scheme( colors)
File "/usr/lib/python1.5/site-packages/gnome/zvt.py",
line 66, in set_color_scheme
_zvt.zvt_term_set_color_scheme(self._o, color_list)
TypeError: list items must be like (int,int,int)
$ rpm -q -a | grep python
python-1.5.2-27
rpm-python-4.0.2-7x
pythonlib-1.27-1
python-tools-1.5.2-27
python-xmlrpc-1.4-1
openssl-python-0.9.5a-14
python-devel-1.5.2-27
$rpm -q -a | grep pygtk
pygtk-0.6.6-4
pygtk-libglade-0.6.6-4
Logged In: YES
user_id=2647
This looks like a bug in pygnome. See
http://www.daa.com.au/pipermail/pygtk/2000-October/000429.html
Logged In: YES
user_id=17465
Do you really think it's a pygnome bug? The referenced url
is dated October 2000 and I am running all the latest rpms
for RH7.x.
I find it hard to believe that that's the case, but I will
see if the patch does anything and let you know.
Thanks,
/greg
Logged In: YES
user_id=17465
Well, that must have been it. I installed the pygnome rpm
from ximian and it worked fine.
I guess this can be closed.
Thanks!
/greg