This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients jkloth, pitrou, vstinner
Date 2017-05-09.15:21:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494343289.24.0.976252788025.issue30273@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, I reproduced the bug:

cd ~/prog/python/master
git clean -fdx

mkdir ~/build_cpython
cd ~/build_cpython/
~/prog/python/master/configure --with-pydebug --prefix=/home/haypo/prefix
make
./python -m venv ~/venv

cd ~/venv
. bin/activate
python -m pip install fat

=> error on missing Python.h
History
Date User Action Args
2017-05-09 15:21:29vstinnersetrecipients: + vstinner, pitrou, jkloth
2017-05-09 15:21:29vstinnersetmessageid: <1494343289.24.0.976252788025.issue30273@psf.upfronthosting.co.za>
2017-05-09 15:21:29vstinnerlinkissue30273 messages
2017-05-09 15:21:29vstinnercreate