I've installed the mpterm RPM on Mandrake 8.1. When I
try to start it, I get:
** WARNING **: unknown widget class 'GnomeColorPicker'
Traceback (most recent call last):
File "/usr/bin/mpterm", line 27, in ?
import src.startup
File "/usr/share/mpterm/src/startup.py", line 80, in ?
start_app( command)
File "/usr/share/mpterm/src/startup.py", line 77, in
start_app
win = main_win.MainWindow( prefix, command)
File "/usr/share/mpterm/src/main_win.py", line 60, in
__init__
self.insert_menus()
File "/usr/share/mpterm/src/main_win.py", line 281,
in insert_menus
None, APP_PIXMAP_STOCK, STOCK_MENU_EXEC, 0, 0)
TypeError: append() takes exactly 1 argument (9 given)
I run the GNOME 1.4 version bundled with Mandrake, and
I've checked that pygnome is installed.