[Tkinter-discuss] Fwd: FW: Tkinter script crashes

Fredrik Lundh fredrik at pythonware.com
Thu Sep 25 12:37:00 CEST 2008


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>



More information about the Tkinter-discuss mailing list