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.

classification
Title: Unable to read the project file "pythoncore.vcxproj".
Type: compile error Stage: resolved
Components: Windows Versions: Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: steve.dower Nosy List: denis-osipov, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2017-09-07 10:38 by denis-osipov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (4)
msg301581 - (view) Author: Denis Osipov (denis-osipov) * Date: 2017-09-07 10:38
Can't load pythoncore.vcxproj in VS2017 after PR 3375 bpo-31358: Pull zlib out of the repository #3375.

During pcbuild.sln loading there is error message:

D:\repos\cpython\PCbuild\pythoncore.vcxproj : error  : Unable to read the project file "pythoncore.vcxproj".
D:\repos\cpython\PCbuild\pythoncore.vcxproj(70,37): Specified condition "$(IncludeExternals)" evaluates to "" instead of a boolean.
msg301584 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2017-09-07 13:34
I already have a fix in a pending PR for this. Don't have the number handy, but will link it later today.
msg301590 - (view) Author: Denis Osipov (denis-osipov) * Date: 2017-09-07 15:07
Thank you. Looking forward to it.
msg302372 - (view) Author: Denis Osipov (denis-osipov) * Date: 2017-09-17 16:25
Fixed in PR 3397 (I guess).
History
Date User Action Args
2022-04-11 14:58:52adminsetgithub: 75562
2017-09-17 16:25:21denis-osipovsetstatus: open -> closed
resolution: fixed
messages: + msg302372

stage: patch review -> resolved
2017-09-07 15:07:31denis-osipovsetmessages: + msg301590
2017-09-07 13:34:11steve.dowersetassignee: steve.dower
type: compile error
messages: + msg301584
stage: patch review
2017-09-07 10:38:26denis-osipovcreate