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 steveire
Recipients steveire
Date 2018-08-20.14:40:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534776014.27.0.56676864532.issue34442@psf.upfronthosting.co.za>
In-reply-to
Content
I tried to build python 3.7.0 from source.

I ran the PCBuild/build.bat script. That downloaded zlib to the external/ directory.

However, it does not seem to be built. When running I get:

python\3.7.0\lib\zipfile.py", line 646, in _check_compression                                                                                                                       "Compression requires the (missing) zlib module")                                                                                                                                                                RuntimeError: Compression requires the (missing) zlib module  

I examined PCBuild/pcbuild.proj. It makes no mention of zlib, though it mentions other externals.

I notice that Python 3.6.1 contained zlib in Modules/zlib instead of coming from external/.

Presumably that source was moved, but the Windows-related scripts were not updated.
History
Date User Action Args
2018-08-20 14:40:14steveiresetrecipients: + steveire
2018-08-20 14:40:14steveiresetmessageid: <1534776014.27.0.56676864532.issue34442@psf.upfronthosting.co.za>
2018-08-20 14:40:14steveirelinkissue34442 messages
2018-08-20 14:40:14steveirecreate