I am currently trying to install the docx module for python 3.4.0 using
pip install python-docx
The install works fine until it reaches building lxml.etree
extension where it then gives the line error: Unable to find vcvarsall.bat
. Any help would be appreciated.