Issue: A customer came across a "zipImport" issue when running their custom qube.exe:
Traceback (most recent call last):
File "qube.py", line 10, in ?
zipimport.ZipImportError: can't decompress data; zlib not availableThis is a known issue with py2exe and is a result of mismatched cases in paths or filenames.
http://www.thescripts.com/forum/thread37604.htmlSolution: Comment out the
"compressed": 1 from setup.py (around line 194). This will fix the zipImport issue though will increase the .exe filesize.