From: Bruce S. <ba...@an...> - 2000-11-15 19:03:03
|
David Porter reported trouble with this print statement: > print "k = %10.5f w = %10.5f Q = %10.5f wh = %10.5f\n" % (k, w, Q, wh) This works for me (Python 2.0 on Windows). I find the start of your error report puzzling: Exception in Tkinter callback Traceback (innermost last): File "c:\Python\Lib\lib-tk\Tkinter.py", line 764, in __call__ return apply(self.func, args) Why would you be getting a report from Tkinter? What is the full context of your program? Bruce Sherwood |