Xavier de Gaye <xdeg...@gmail.com> added the comment:

Your build failure output shows that _threadmodule.c is not compiled and 
therefore the _thread module is missing.

You just need to overwrite the current Modules/Setup file (it is possibly 
corrupted somehow) as suggested at the start of your attached build output and 
then run make again:

$ cp Modules/Setup.dist Modules/Setup
$ make

----------

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

Reply via email to