• Thomas Heller's avatar
    Second part of fix for bug [#483982] Python 2.2b2 bdist_wininst · c7cb9ed3
    Thomas Heller yazdı
    crashes.
    
    If no external zip-utility is found, the archive is created by the
    zipfile module, which behaves different now than in 2.1: if the
    zip-file is created in the root directory if the distribution, it will
    contain an (empty) version of itself.
    
    This triggered the above bug - so it's better to create the zip-file
    far away in the TMP directory.
    c7cb9ed3
bdist_wininst.py 33.4 KB