Re: Error using tkinter
Thanx a lot, that was the problem -- http://mail.python.org/mailman/listinfo/python-list
Re: Error using tkinter
"JyotiC" wrote: > I am getting the error > >Exception in Tkinter callback > Traceback (most recent call last): > File "/usr/lib/python2.3/lib-tk/Tkinter.py", line 1345, in __call__ >return self.func(*args) > File "gui.py", line 248, in writescript >f = open('crossManual.sh','w')