Name | Description | Source | Binary (Linux) | Binary (Win32) |
socketrecvall | a fast recvall() for win32 (or other architectures whithout MSG_WAITALL) [doc] | socketrecvall-1.0.tar.gz | socketrecvall-1.0.linux-i686.tar.gz | socketrecvall-1.0.win32.zip |
All distributions offered for download here are packaged with distutils.
Read
"Installing
Python Modules" if you need help.
Normally, you just need to unpack the archive with tar(LInux) or WinZip
(Win32), cd to the directory created in that step, and do:
python setup.py install
-- te0006<that_special_character>web<dot>de