Windows Stack Size

Guido van Rossum guido at cnri.reston.va.us
Wed Jun 2 13:44:13 EDT 1999


Michael Muller <proteus at cloud9.net> writes:

> Using the raw Tkinter 'Text' control instead of my ScrollingText
> class.  It doesn't seem to have this problem.  Unfortunately, it
> doesn't have scrollbars either.

Try the standard (though under-publicized) module ScrolledText.py,
which does what you are trying to do and (as far as I know) doesn't
trap.

--Guido van Rossum (home page: http://www.python.org/~guido/)




More information about the Python-list mailing list