Tkinter Label Widget and the TextVariable.

Fredrik Lundh fredrik at pythonware.com
Sat Nov 13 06:51:46 EST 1999


Dave Rose <dave.rose at wcom.com> wrote:
> I have assign a textvariable in the instantiation of a series of Labels.  If
> I run this class by itself, the textvariables are displayed.  If I integrate
> the class into a parent application, the text variables do not display even
> though the variables can be printed and do hold the correct variables any
> ideas?

probably a scoping issue, but it's hard to point
out exactly what's wrong unless you post some
sample code.

</F>

<!-- (the eff-bot guide to) the standard python library:
http://www.pythonware.com/people/fredrik/librarybook.htm
(news: just posted an errata for the 'first printing') -->





More information about the Python-list mailing list