Managed to get PyGtk2, thanks to ellomea in the Python forum.
Now I get the following error messages when I try to install IceWMControlPanel:
zaurus:/INSTALL-ICEME# ./INSTALL-ME.sh
./PyInstallShield: 214: DepreciationWarning: use gtk.UIManager
itemf=ItemFactory(MenuBar,"", ag)
./PyInstallShield: 249: Warning: unsupported arithmetic operation for flags type table1.attach( Label(_("Installation Directory:")) ,0,1,0,1,(EXPAND+FILL),(EXPAND+FILL),0,0
Traceback (most recent call last):
File "./PyInstallShield", line 1464, in ? Runbabel()
File "./PyInstallShield", line 1464, in runbabel mybabel=installwin()
File "./PyInstallShield", line 249, in __init__ table1.attach ( Label (_("Installation Directory:")) ,0,1,0,1,(EXPAND+FILL),(EXPAND+FILL),0,0
Type Error: flag values must be strings, ints or tuples
Any suggestions??
Mark