[issue8552] msilib can't create large CAB files

Bill Janssen report at bugs.python.org
Wed Apr 28 03:14:50 CEST 2010


Bill Janssen <bill.janssen at gmail.com> added the comment:

So, I subclassed msilib.CAB, and re-wrote commit() so that the CAB file is created in a different process, a la Tools/msi/msilib.py.  Still have the same problem, though.  So now I'm thinking it's not a memory problem, but I'm wondering if there's something about the length of the path names in the CAB file, or some such.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8552>
_______________________________________


More information about the Python-bugs-list mailing list