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 neyuru
Recipients neyuru
Date 2018-11-03.23:52:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541289168.57.0.788709270274.issue35157@psf.upfronthosting.co.za>
In-reply-to
Content
When testing the builds when PGO is enabled, or by simply running rt.bat, the following error is (always) issued:

cpython\include\Python.h(8): fatal error C1083: Cannot include: 'pyconfig.h': No such file or directory

One example of steps taken is:

git clone git@github.com:python/cpython.git
cd cpython
git checkout 3.6
PCBuild\get_externals.bat
Tools\msi\get_externals.bat
PCBuild\build.bat -p x64


I have to manually copy a pyconfig.h file from a working Python's include directory to the repositorie's include directory to fix this error. By the way, I had PYTHONHOME environment variable pointing to 

...\Python36\DLLs; ...\Python36\Lib; ...\Python36\Lib\site-packages; ...\Python36\include

with no success.
History
Date User Action Args
2018-11-03 23:52:48neyurusetrecipients: + neyuru
2018-11-03 23:52:48neyurusetmessageid: <1541289168.57.0.788709270274.issue35157@psf.upfronthosting.co.za>
2018-11-03 23:52:48neyurulinkissue35157 messages
2018-11-03 23:52:48neyurucreate