<div dir="ltr"><div>Hi,</div><div><br></div><div>I notice that this buildbot is failing because it cannot find vcvarsall.bat</div><div><br></div><a href="https://buildbot.twistedmatrix.com/builders/windows7-64-py3.5/builds/174/steps/shell_2/logs/stdio" target="_blank">https://buildbot.twistedmatrix.com/builders/windows7-64-py3.5/builds/174/steps/shell_2/logs/stdio</a><br><div><br></div><div>I was able to get a Windows 10 environment going by doing the following:</div><div><br></div><div>(1)  Installing Python 3.5 from <a href="https://www.python.org/downloads/windows/" target="_blank">https://www.python.org/downloads/windows/</a></div><div>(2)  Install the exact Microsoft compiler version specified in: <a href="https://wiki.python.org/moin/WindowsCompilers" target="_blank">https://wiki.python.org/moin/WindowsCompilers</a></div><div>(3)   Ran this command to put CL.EXE in PATH:   "C:\Program Files (x86)\Microsoft Visual C++ Build Tools\vcbuildtools.bat"</div><div>(4)  Ran these commands to put Python in PATH:</div><div><br></div><div><div>set PYTHON_ROOT=C:\Users\Craig\AppData\Local\Programs\Python\Python35</div><div>set PATH=%PYTHON_ROOT%;%PYTHON_ROOT%\Scripts;%PYTHON_ROOT%\Tools\Scripts;%PATH%</div></div><div><br></div><div>At this point, I was able to checkout Twisted from git and do</div><div><br></div><div>python setup.py build</div><div>python setup.py install</div><div><br></div><div>Can we fix this buildbot at least to the point where we can do that?</div><div><br></div><div>Thanks.</div><div>--</div><div>Craig</div></div>