Installing/compiling pylzma (lzma python binding)
I've already posted this question on the authors website , but I thought I might ask here as well. I've been trying to install pylzma with this setup: Windows 7 x64 Python 2.6.6 x64 the amd64 compiler coming from windows server 2003 sdk cloned the git repo git://github.com/fancycode/pylzma.git With a simple easy_install pylzma I got this: cl : Command line warning D9025 : overriding '/MD' with '/MT' pylzma.c src/pylzma/pylzma.c(85) : warning C4244: '=' : conversion from 'Py_ssize_t' to 'int', possible loss of data src/pylzma/pylzma.c(102) : error C2275: 'CSha256' : illegal use of this type as