python2.4 (as well as python)
python2.4-Gtk2 (as well as python-gtk2)
I'm running Gnome so I'm sure I have gtk+ too, though I can find no packages in my package list actually called that.
INSTALL_ME and PyInstallshield both produce:
./PyInstallShield:214: DeprecationWarning: use gtk.UIManager
itemf=ItemFactory(MenuBar,"<main>",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 1468, 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)
TypeError: flag values must be strings, ints or tuples
Any help would be appreciated. I will continue by attempting to install from source.
P.S. The link on the site to "Pythool Discussion leads to PyBabelfish on these forems, and.. erm.. I found the site to be put together a bit itcomprehensively.. but maybe that's just me.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have installed packages
python2.4 (as well as python)
python2.4-Gtk2 (as well as python-gtk2)
I'm running Gnome so I'm sure I have gtk+ too, though I can find no packages in my package list actually called that.
INSTALL_ME and PyInstallshield both produce:
./PyInstallShield:214: DeprecationWarning: use gtk.UIManager
itemf=ItemFactory(MenuBar,"<main>",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 1468, 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)
TypeError: flag values must be strings, ints or tuples
Any help would be appreciated. I will continue by attempting to install from source.
P.S. The link on the site to "Pythool Discussion leads to PyBabelfish on these forems, and.. erm.. I found the site to be put together a bit itcomprehensively.. but maybe that's just me.