This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Paul Monson
Recipients Paul Monson, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-06-14.23:36:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
https://github.com/python/cpython/pull/14065 breaks building with --no-tkinter. Which breaks the Windows arm32 buildbot

`C:\Users\buildbot\buildarea\3.x.monson-win-arm32.nondebug\build\PCbuild\python.vcxproj(158,9): error MSB4184: The expression "[System.IO.File]::ReadAllText(C:\Users\buildbot\buildarea\3.x.monson-win-arm32.nondebug\build\externals\tcltk-8.6.9.0\arm32\tcllicense.terms)" cannot be evaluated. Could not find a part of the path 'C:\Users\buildbot\buildarea\3.x.monson-win-arm32.nondebug\build\externals\tcltk-8.6.9.0\arm32\tcllicense.terms'.`
History
Date User Action Args
2019-06-14 23:36:17Paul Monsonsetrecipients: + Paul Monson, paul.moore, tim.golden, zach.ware, steve.dower
2019-06-14 23:36:17Paul Monsonsetmessageid: <[email protected]>
2019-06-14 23:36:16Paul Monsonlinkissue37288 messages
2019-06-14 23:36:16Paul Monsoncreate