[Tutor] Fwd: Problem reading large files in binary mode

2014-06-12 Thread Mirage Web Studio
Hello I am new to python programming. while trying it out i find that in my code file io.read is not reading large files particularly over 1 gb. my code is posted below. i am working on python 3.3 on windows with ntfs partition and intel corei3 ram 3gb. the execution always stops saying error

Re: [Tutor] Fwd: Problem reading large files in binary mode

2014-06-12 Thread Peter Otten
Mirage Web Studio wrote: I am new to python programming. while trying it out i find that in my code file io.read is not reading large files particularly over 1 gb. my code is posted below. i am working on python 3.3 on windows with ntfs partition and intel corei3 ram 3gb. the execution