Re: Python-list Digest, Vol 67, Issue 192

2009-04-12 Thread Ryniek90
Temat: Re: OverflowError while sending large file via socket Od: Paul Rubin http://phr...@nospam.invalid Data: 12 Apr 2009 15:28:43 -0700 Do: python-list@python.org Do: python-list@python.org Ryniek90

Re: Python-list Digest, Vol 67, Issue 192

2009-04-12 Thread Chris Rebert
On Sun, Apr 12, 2009 at 3:38 PM, Ryniek90 rynie...@gmail.com wrote: Paul Rubin http://phr...@nospam.invalid Ryniek90 rynie...@gmail.com writes: When i wanted to send an .iso file of 4GB length, i had traceback: OverflowError: requested number of bytes is more than a Python string can hold

Re: Python-list Digest, Vol 67, Issue 192

2009-04-12 Thread Ryniek90
Chris Rebert pisze: On Sun, Apr 12, 2009 at 3:38 PM, Ryniek90 rynie...@gmail.com wrote: Paul Rubin http://phr...@nospam.invalid Ryniek90 rynie...@gmail.com writes: When i wanted to send an .iso file of 4GB length, i had traceback: OverflowError: requested number of bytes is more

Re: Python-list Digest, Vol 67, Issue 192

2009-04-12 Thread Aaron Brady
On Apr 12, 6:29 pm, Ryniek90 rynie...@gmail.com wrote: Chris Rebert pisze: On Sun, Apr 12, 2009 at 3:38 PM, Ryniek90 rynie...@gmail.com wrote: Paul Rubin http://phr...@nospam.invalid Ryniek90 rynie...@gmail.com writes: When i wanted to send an .iso file of 4GB length, i had