Re: Help with Tkinter Label Widget

2008-09-03 Thread Guilherme Polo
On Wed, Sep 3, 2008 at 8:57 PM, Kevin McKinley <[EMAIL PROTECTED]> wrote: > Below i've put the code for a program that i wrote. I need help on lines > 384-403. If you run this program you will notice on the first tab when have > it produce an answer the $ is surrounded with {$}. How can i get

Help with Tkinter Label Widget

2008-09-03 Thread Kevin McKinley
Below i've put the code for a program that i wrote. I need help on lines 384-403. If you run this program you will notice on the first tab when have it produce an answer the $ is surrounded with {$}. How can i get rid of that? from Tkinter import * class MyApp: def __init__(self, paren