[issue39952] Using VS2019 to automatically build Python3 and it failed to build

Zachary Ware report at bugs.python.org
Fri Mar 13 12:47:12 EDT 2020


Zachary Ware <zachary.ware at gmail.com> added the comment:

(FTR, removing yourself from the "nosy list" means you won't get any responses to your issue, so I've added you back :))

This appears to be a problem with building Tcl/Tk.  If you don't need the tkinter module, you can try adding the `--no-tkinter` flag to your `build.bat` invocation.  We have an open issue to upgrade Tcl/Tk to 8.6.10 (which is more likely to support VS2019) in Python 3.9, but that is not going to be backported to 3.6, which is now in security-fix-only mode.

----------
components: +Windows
nosy: +Lin, paul.moore, steve.dower, tim.golden, zach.ware

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39952>
_______________________________________


More information about the Python-bugs-list mailing list