Discussion:
[Twisted-Python] windows7-64-py3.5 buildbot failure
Craig Rodrigues
2016-06-23 06:14:20 UTC
Permalink
Hi,

I notice that this buildbot is failing because it cannot find vcvarsall.bat

https://buildbot.twistedmatrix.com/builders/windows7-64-py3.5/builds/174/steps/shell_2/logs/stdio

I was able to get a Windows 10 environment going by doing the following:

(1) Installing Python 3.5 from https://www.python.org/downloads/windows/
(2) Install the exact Microsoft compiler version specified in:
https://wiki.python.org/moin/WindowsCompilers
(3) Ran this command to put CL.EXE in PATH: "C:\Program Files
(x86)\Microsoft Visual C++ Build Tools\vcbuildtools.bat"
(4) Ran these commands to put Python in PATH:

set PYTHON_ROOT=C:\Users\Craig\AppData\Local\Programs\Python\Python35
set
PATH=%PYTHON_ROOT%;%PYTHON_ROOT%\Scripts;%PYTHON_ROOT%\Tools\Scripts;%PATH%

At this point, I was able to checkout Twisted from git and do

python setup.py build
python setup.py install

Can we fix this buildbot at least to the point where we can do that?

Thanks.
--
Craig
Glyph
2016-06-23 20:39:25 UTC
Permalink
Post by Craig Rodrigues
Can we fix this buildbot at least to the point where we can do that?
Since nobody answered, and I'd really rather not spend my vacation maintaining Windows buildbots, would you like the credentials to do this fixing yourself?

-glyph
Craig Rodrigues
2016-06-23 21:08:08 UTC
Permalink
Post by Craig Rodrigues
Can we fix this buildbot at least to the point where we can do that?
Since nobody answered, and I'd really rather not spend my vacation
maintaining Windows buildbots, would you like the credentials to do this
fixing yourself?
OK.

--
Craig

Loading...