Re: [Tutor] Can't figure out AttributeError message

2005-07-07 Thread Brian van den Broek
Jim Roush said unto the world upon 07/07/2005 12:42: > I'm getting the following error message: > > AttributeError: 'tuple' object has no attribute 'seek' > > below is the code that produced the error. The line in question is > marked with arrow in the left margin. Any help would be appr

Re: [Tutor] Can't figure out AttributeError message

2005-07-07 Thread Reed L. O'Brien
Jim Roush wrote: >I'm getting the following error message: > > AttributeError: 'tuple' object has no attribute 'seek' > >below is the code that produced the error. The line in question is >marked with arrow in the left margin. Any help would be appreciated. > >def build_sp500_rand(): >

[Tutor] Can't figure out AttributeError message

2005-07-07 Thread Jim Roush
I'm getting the following error message: AttributeError: 'tuple' object has no attribute 'seek' below is the code that produced the error. The line in question is marked with arrow in the left margin. Any help would be appreciated. def build_sp500_rand(): sp500_csv = open('c:/indic