New submission from Battant <mparc...@sunrise.ch>:
Hello Configuration : windows 10 python install p: python3.9 from microsoft store step to reproduce : on windows, install visual studio and buid tools clone cpython repository main branch https://github.com/python/cpython compile python with command pCbuil/bauld.bat run command : .\PCbuild\amd64\py.exe .\setup.py install Actuel result : cpython\setup.py", line 131, in set_compiler_flags sysconfig.get_config_vars()[compiler_flags] = flags + ' ' + py_flags_nodist TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' Detail : cpython\setup.py", line : 128 compile flag : CFLAGS py_flags_nodist = None compiler_flags : CFLAGS sysconfig : PY_CFLAGS_NODIST Question : why compile flag : CFLAGS py_flags_nodist = None ) Coud you help me to fix this issuus ? Best regards Battant ---------- components: Extension Modules messages: 395210 nosy: Battant priority: normal severity: normal status: open title: insttall module faid on wondows 10 versions: Python 3.11 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue44323> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com