Improvement on #960: The installed version of lz4 can be obtained without the "ugly hack" in xpra/net/compression.py by "import pkg_resources; pkg_resources.get_distribution("lz4").version" which returns "0.7.0" even when lz4 is (correctly) installed to /usr/lib/python2.7/site-packages/lz4.so. Antony