[issue22212] zipfile.py fails if zlib.so module fails to build.

2014-09-07 Thread Ned Deily
Ned Deily added the comment: This problem has been introduced by the initial changes for Issue17095. That issue has been re-opened and the resolution will be covered there. -- nosy: +ned.deily resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder:

[issue22212] zipfile.py fails if zlib.so module fails to build.

2014-09-07 Thread Alex Lord
Alex Lord added the comment: Just adding that I have also run into this problem. -- nosy: +Alex.Lord ___ Python tracker ___ ___ Python

[issue22212] zipfile.py fails if zlib.so module fails to build.

2014-08-17 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti stage: -> needs patch type: -> behavior ___ Python tracker ___ ___ Python-bugs-list

[issue22212] zipfile.py fails if zlib.so module fails to build.

2014-08-16 Thread John Malmberg
New submission from John Malmberg: If the zlib.so fails to build while building python, subsequent runs of setup.py fail, which prevents a trying again to build zlib.so after the issue is fixed unless all the .so modules built are deleted. File "/PRJ_ROOT/CPYTHON/Lib/zipfile.py", line 20, i