Hi guys, I have a problem with zipfile and zlib module, and hope to get some help. That's my error: " import zipfile File "/home/lib/python3.7/lib/python3.7/zipfile.py", line 19, in <module> crc32 = zlib.crc32 AttributeError: module 'zlib' has no attribute 'crc32' " I have no idea what to do with that :/. I suppose that my zipfile.py is probably 13.5 version. ANyway I don't see "AttributeError" exception on github <https://github.com/python/cpython/blob/3.7/Lib/zipfile.py> (lines 17 - 22) and that's why I'm reporting a bug. Regards
Hi, I'm sorry I saw now thats email contact for documentation bugs. Anyway I will be happy to be redirected to someone who might help me :) Regards On 14 August 2018 at 12:42, jacob m <kgrenczuk@gmail.com> wrote:
Hi guys, I have a problem with zipfile and zlib module, and hope to get some help.
That's my error: " import zipfile File "/home/lib/python3.7/lib/python3.7/zipfile.py", line 19, in <module> crc32 = zlib.crc32 AttributeError: module 'zlib' has no attribute 'crc32' "
I have no idea what to do with that :/. I suppose that my zipfile.py is probably 13.5 version. ANyway I don't see "AttributeError" exception on github <https://github.com/python/cpython/blob/3.7/Lib/zipfile.py> (lines 17 - 22) and that's why I'm reporting a bug. Regards
participants (1)
-
jacob m