joshua varghese wrote:

I am using Python 2.5.2 and the tkinter module that was shipped with it. I have made an application that has two Text widgets. These widgets are populated using 'insert' method. There is a scrollbar attached to these widgets which scrolls to the very end when there is any input.( using the 'see(END)').

The script crashes with the following log.

you're passing the wrong things to Scrollbar.set. I don't think we can help you any further without seeing the code that does that call.

</F>

_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to