------------------------------------------------------------------------
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 <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"
You're not supposed to put the 4GB all in one string. Open the
socket and send smaller packets through it.
------------------------------------------------------------------------
Ok, so i will split that data for smaller files. But i've still haven't
got answer for question: "What's the max. length of string bytes which
Python can hold?
--
http://mail.python.org/mailman/listinfo/python-list