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
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
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)
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
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
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