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 terry.reedy
Recipients SilentGhost, heckad, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2019-06-07.19:50:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559937005.27.0.30018100026.issue37133@roundup.psfhosted.org>
In-reply-to
Content
In command prompt, I see the following, with comments added.

f:\dev\3x>PCbuild\build.bat -e
  # -e should not be needed, but explicitly says to build externals
Using py -3.7 (found 3.7 with py.exe)
  # You must have an installed python to build python.
Fetching external libraries...
  # There are 4.
bzip2-1.0.6 already exists, skipping.
  # You should see something about fetching.
...
Fetching external binaries...
  # There are 3
libffi already exists, skipping.
  # Again, you should see something about fetching.
  # Although the .c files are not downloaded, the include files, including ffi.h, are, in externals/libffi/(win32|amd64)/include.

I personally have not used PCBuild\pcbuild.sln for years, since Zach added a fully functional build.bat.  After running the resulting binary, I pin the icon to the taskbar, so I can easily run freshly compiled python interactively without blocking the command window.  The pinned icon remains valid after re-compiles, which I do often.
History
Date User Action Args
2019-06-07 19:50:05terry.reedysetrecipients: + terry.reedy, paul.moore, tim.golden, SilentGhost, zach.ware, steve.dower, heckad
2019-06-07 19:50:05terry.reedysetmessageid: <1559937005.27.0.30018100026.issue37133@roundup.psfhosted.org>
2019-06-07 19:50:05terry.reedylinkissue37133 messages
2019-06-07 19:50:05terry.reedycreate