error: Unable to find vcvarsall.bat
- by okada
Hello.
I'm trying to install dulwich for bzr-git.
now, I use Python 2.6 based bazaar.
(I use msys.)
My steps are as follows:
$ bzr branch lp:dulwich
$ cd dulwich/
$ python setup.py install
running install
running build
running build_py
creating build
:
:
creating build\lib.win32-2.6\dulwich\tests
:
:
running build_ext
building 'dulwich._objects' extension
error: Unable to find vcvarsall.bat
If you know any hints, tell me please.
Thanks.
Okada.