[issue26662] configure/Makefile doesn't check if "python" command works, needed to build Objects/typeslots.inc

Xavier de Gaye report at bugs.python.org
Sun Jul 17 13:21:29 EDT 2016


Xavier de Gaye added the comment:

Forgot to say that with the patch and no python in $PATH, the following error message is output:
    $ touch Include/typeslots.h
    $ make
    Cannot generate Objects/typeslots.inc, python not found !
    Re-run configure with python in PATH.
    make: *** [Makefile:908: Objects/typeslots.inc] Error 1

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26662>
_______________________________________


More information about the Python-bugs-list mailing list