Re: [Numpy-discussion] reading large files

2006-09-22 Thread Mike Ressler
On 9/22/06, Bill Baxter <[EMAIL PROTECTED]> wrote: Do you also have a 64-bit processor?  Just checking since you didn't mention it.--bbOn 9/22/06, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote:> I would like to read files >2Gbyte. From earlier posting I believed it> should be possible with python 2.

Re: [Numpy-discussion] reading large files

2006-09-22 Thread Bill Baxter
Do you also have a 64-bit processor? Just checking since you didn't mention it. --bb On 9/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > I would like to read files >2Gbyte. From earlier posting I believed it > should be possible with python 2.5. > > I am getting MemoryError when tr

[Numpy-discussion] reading large files

2006-09-22 Thread Svein-Erik.Hamran
I would like to read files >2Gbyte. From earlier posting I believed it should be possible with python 2.5. I am getting MemoryError when trying to read a file larger than 2Gb. I am using python2.5 and numpy1.0rc1. Any solution to the problem?   SEH ---