I am working with python 2.7.3 and I am trying to install Python Kerberos. But it is giving me the following error:
error: Unable to find vcvarsall.bat
The entire traceback is as follows:
setup.py install
running install
running build
running build_ext
building 'kerberos' extension
error: Unable to find vcvarsall.bat
I want to know if there is any way of resolving the error without installing Visual Studio. It would be great if someone will be able to help resolve these errors.