Questions tagged [python-zlib]

2 questions
0
votes
0 answers

After comfile and installing with pyinstaller and nsis, the following error occurs (ImportError: PiFrozenImporter cannot handle module 'inspect'_

When I tried to run it, something turned off while running it, so I went to the installation folder and ran it, and I got an error as below. This is the full text of the error. When I tried to run it, something turned off while running it, so I…
sukja
  • 1
  • 1
0
votes
3 answers

Maximum size of compressed data using Python's zlib

I'm writing a Python library that makes ZIP files in a streaming way. If the uncompressed or compressed data of a member of the zip is 4GiB or bigger, then it has to use a particular extension to the original ZIP format - zip64. The issue with…
Michal Charemza
  • 25,940
  • 14
  • 98
  • 165