What version of Python are you using? Older versions of Python look for different environmental variables.
Try running:
SET VS90COMNTOOLS=%VS110COMNTOOLS%
before setup.py build.
What version of Python are you using? Older versions of Python look for different environmental variables.
Try running:
SET VS90COMNTOOLS= %VS110COMNTOOLS %
before setup.py build.