Google for Python LZO and check your linux distribution for lzop :
Many Linux distributions (e.g. Debian, Ubuntu) will have the following:
liblzo2-2 - data compression library liblzo2-dev - data compression library (development files) lzop - fast compression program python-lzo - Python bindings for the LZO data compression library
source share