New submission from Terry J. Reedy <tjre...@udel.edu>:

In master, pcbuild/build -e -d (the 2nd run) gave the errors in 
build_errors.txt. Many or most were like

f:\dev\3x\externals\xz-5.2.2\src\liblzma\common\block_encoder.h(1): error C2018
: unknown character '0x2' [F:\dev\3x\PCbuild\liblzma.vcxproj]

>chkdsk found no problems.

A fix is high priority for me because my most recent 3.8.0a4 build in master, 
on 6/2, no longer imports tkinter.  Hence IDLE fails also.

>>> import tkinter
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "F:\dev\3x\lib\tkinter\__init__.py", line 36, in <module>
    import _tkinter # If this fails your Python may not be configured for Tk
ImportError: Module use of python39_d.dll conflicts with this version of Python.

Building python_d.exe for 3.8 and 3.7 had no problem.

----------
components: Build, Windows
files: build_errors.txt
messages: 344768
nosy: paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
priority: normal
severity: normal
stage: needs patch
status: open
title: Cannot build Windows python_d.exe in master branch
type: compile error
versions: Python 3.9
Added file: https://bugs.python.org/file48395/build_errors.txt

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37167>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to