Re: Semi-Newbie needs a little help

2009-07-07 Thread Nile
Thanks all for your help. I appreciate it. The problem was in the function. A simple bug which I should have caught but I had my mental blinders on and was sure the problem was outside the function. The answers have given me a lot to learn so thanks for that as well. -- http://mail.python.org/m

Re: Semi-Newbie needs a little help

2009-07-06 Thread Nile
On Jul 6, 5:22 pm, Chris Rebert wrote: > On Mon, Jul 6, 2009 at 3:02 PM, Nile wrote: > > I am trying to write a simple little program to do some elementary > > stock market analysis.  I read lines, send each line to a function and > > then the function returns a date which

Re: Semi-Newbie needs a little help

2009-07-06 Thread Nile
On Jul 6, 5:30 pm, "Pablo Torres N." wrote: > On Mon, Jul 6, 2009 at 17:02, Nile wrote: > > Code > > >    for x in range(len(file_list)): > >    d = open(file_list[x] , "r") > >    data = d.readlines() > >    k = above_or_below(data)    

Semi-Newbie needs a little help

2009-07-06 Thread Nile
I am trying to write a simple little program to do some elementary stock market analysis. I read lines, send each line to a function and then the function returns a date which serves as a key to a dictionary. Each time a date is returned I want to increment the value associated with that date. The

Re: When will 2.5.1 be released?

2007-03-06 Thread Nile
On Mar 6, 1:12 pm, "A. Lloyd Flanagan" <[EMAIL PROTECTED]> wrote: > On Mar 4, 2:49 pm, "Nile" <[EMAIL PROTECTED]> wrote: > > > This is not a big deal but I would like to use Tix with 2.5. My > > understanding is this bug will be fixed in the 2

When will 2.5.1 be released?

2007-03-04 Thread Nile
This is not a big deal but I would like to use Tix with 2.5. My understanding is this bug will be fixed in the 2.5.1 release. Does anyone know when this will be out ? What is the best guess? Thanks, Nile -- http://mail.python.org/mailman/listinfo/python-list