S
sreekant
Hi guys
I am running slackware 9.0 with python 2.2.2 and previously under
mandrake I wrote a few programs for personal use. Now the same progs
work partly under the new environment.
Mainly tkinter$.widget$.bind("<which_ever_event>",proc) now causes error
and fails with error :-
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python2.2/lib-tk/Tkinter.py", line 1299, in __call__
args = apply(self.subst, args)
File "/usr/lib/python2.2/lib-tk/Tkinter.py", line 1035, in _substitute
e.height = getint(h)
ValueError: invalid literal for int(): ??
Any ideas
sreekant
I am running slackware 9.0 with python 2.2.2 and previously under
mandrake I wrote a few programs for personal use. Now the same progs
work partly under the new environment.
Mainly tkinter$.widget$.bind("<which_ever_event>",proc) now causes error
and fails with error :-
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python2.2/lib-tk/Tkinter.py", line 1299, in __call__
args = apply(self.subst, args)
File "/usr/lib/python2.2/lib-tk/Tkinter.py", line 1035, in _substitute
e.height = getint(h)
ValueError: invalid literal for int(): ??
Any ideas
sreekant