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: missing pyshellext.vcxproj prevents puilding 3.6
Type: compile error Stage: resolved
Components: Build, Windows Versions: Python 3.6, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: steve.dower Nosy List: Decorater, eryksun, paul.moore, python-dev, steve.dower, tim.golden, xiang.zhang, zach.ware
Priority: normal Keywords:

Created on 2016-07-18 03:08 by Decorater, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (7)
msg270677 - (view) Author: Decorater (Decorater) * Date: 2016-07-18 03:08
I have a issue with building 3.6 now since I got the last hg update it seems the github repo is broken too. This does need a fix.
msg270678 - (view) Author: Xiang Zhang (xiang.zhang) * (Python committer) Date: 2016-07-18 03:20
Could you post the error message and your platform? I just tried and everything went fine.
msg270679 - (view) Author: Decorater (Decorater) * Date: 2016-07-18 03:24
I am using Win32 and x64 configurations and this is the error:
E:\Users\Elsword\Desktop\DecoraterBot\Async\DecoraterBot-indev\python36-indev\c
python\PCbuild\pcbuild.proj(78,5): error MSB3202: The project file "pyshellext.
vcxproj" was not found.
msg270680 - (view) Author: Decorater (Decorater) * Date: 2016-07-18 03:37
Also I am using the windows target OS on it as well.
msg270681 - (view) Author: Eryk Sun (eryksun) * (Python triager) Date: 2016-07-18 03:43
Steve committed part of the update for the new shell extension DLL in changeset 6b0023810108. I didn't notice because I have the patch from issue 27469 imported in order to build and test pyshellext.dll.
msg270682 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2016-07-18 03:44
Whoops, that wasn't supposed to slip in. I'll fix :)
msg270683 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-07-18 03:46
New changeset d044e03fbed6 by Steve Dower in branch '3.5':
Closes #27545: Remove pyshellext.vcxproj from pcbuild.proj
https://hg.python.org/cpython/rev/d044e03fbed6

New changeset f7a161e48af8 by Steve Dower in branch 'default':
Closes #27545: Remove pyshellext.vcxproj from pcbuild.proj
https://hg.python.org/cpython/rev/f7a161e48af8
History
Date User Action Args
2022-04-11 14:58:33adminsetgithub: 71732
2016-07-18 03:46:21python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg270683

resolution: fixed
stage: resolved
2016-07-18 03:44:42steve.dowersetassignee: steve.dower
messages: + msg270682
versions: + Python 3.5
2016-07-18 03:43:47eryksunsetnosy: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower
messages: + msg270681
components: + Windows
2016-07-18 03:37:21Decoratersetmessages: + msg270680
2016-07-18 03:24:21Decoratersetmessages: + msg270679
2016-07-18 03:20:05xiang.zhangsetnosy: + xiang.zhang
messages: + msg270678
2016-07-18 03:08:09Decoratercreate