scrolledtext widget error?

2009-05-07 Thread shstein2002
I wrote a twitter client which writes the statuses into a ScrolledText widget, but it rarely gives a error that I can't nail down. The code is: twitwin.scrolled.config(state=NORMAL) twitwin.scrolled.delete("1.0", END) evens = True _.links = [] for x in _.parser.tweets: start = _.scrolled.index

Re: Total Python Noob

2008-10-09 Thread shstein2002
On Oct 9, 11:22 pm, "Tom Lake" <[EMAIL PROTECTED]> wrote: > I have Python 2.6 installed on Vista Ultimate.  When I try to calculate > sqrt (or any transcendental functions) I get the following error > > >>> sqrt(2) > > Traceback (most recent call last): >   File "", line 1, in > NameError: name 's