Jeremy wrote:
> I have a most aggravating problem. I don't understand what is causing
> readlines() not to read all the lines in the file.
Answer all of Peter Hansen's questions, then read on ...
You are on platform X; did you get the file from platform Y where Y != X?
Where did you get the fi
Peter Hansen wrote:
> Jeremy wrote:
>
>>I have a most aggravating problem. I don't understand what is causing
>>readlines() not to read all the lines in the file. I have the following
>>syntax:
>>
>
> ...
>
>>self.xsdir = file(Datapath, 'r')# File object
>>
>>I can see all th
Jeremy wrote:
> I have a most aggravating problem. I don't understand what is causing
> readlines() not to read all the lines in the file. I have the following
> syntax:
>
...
> self.xsdir = file(Datapath, 'r')# File object
>
> I can see all the lines in the list self.lines, b