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.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to