Trying to build Python

Jeff Archer jeffarcher7 at gmail.com
Sat Oct 17 12:25:01 EDT 2015


I am trying to build Python on windows.  I have gotten the source in
compressed form, Python-3.5.0.tgz.  Attempting to follow PCBuild\readme.txt

Ran the get_externals.bat in the PCBuild folder.  No apparent errors.

Trying to build and getting errors:
1>  abort: there is no Mercurial repository here (.hg not found)
1>C:\Dev.ThirdParty\Python-3.5.0\PCbuild\pythoncore.vcxproj(403,5): warning
MSB3073: The command "hg id -b >
"C:\Dev.ThirdParty\Python-3.5.0\PCbuild\obj\\win32_Debug\pythoncore\hgbranch.txt""
exited with code 255.
1>  abort: there is no Mercurial repository here (.hg not found)
1>C:\Dev.ThirdParty\Python-3.5.0\PCbuild\pythoncore.vcxproj(404,5): warning
MSB3073: The command "hg id -i >
"C:\Dev.ThirdParty\Python-3.5.0\PCbuild\obj\\win32_Debug\pythoncore\hgversion.txt""
exited with code 255.
1>  abort: there is no Mercurial repository here (.hg not found)

Seems like this is indicating that I need to get the source from a
Mercurial repo to be able to built it.

Windows 8.1
Visual Studio 2015
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20151017/15b92a1f/attachment.html>


More information about the Python-list mailing list