PyInstaller v3.2.1 Release Notes

Release Date: 2017-01-15 // over 7 years ago
    • ๐Ÿ†• New, updated and fixed hooks: botocore (#2094), gi (#2347), jira (#2222),
      PyQt5.QtWebEngineWidgets (#2269), skimage (#2195, 2225), sphinx (#2323,)
      xsge_gui (#2251).

    ๐Ÿ›  Fixed the following issues:

    • Don't fail if working directory already exists (#1994)
    • Avoid encoding errors in main script (#1976)
    • ๐Ÿ›  Fix hasher digest bytes not str (#2229, #2230)
    • ๐Ÿ (Windows) Fix additional dependency on the msvcrt10.dll (#1974)
    • ๐Ÿ (Windows) Correctly decode a bytes object produced by pefile (#1981)
    • ๐Ÿ (Windows) Package pefile with pyinstaller. This partially
      ๐Ÿ“ฆ undoes some changes in 3.2 in which the packaged pefiles were
      โœ‚ removed to use the pypi version instead. The pypi version was
      considerably slower in some applications, and still has a couple
      of small issues on PY3. (#1920)
    • ๐ŸŽ (OS X) PyQt5 packaging issues on MacOS (#1874)
    • (OS X) Replace run-time search path keyword (#1965)
    • (OS X) (Re-) add argv emulation for OSX, 64-bit (#2219)
    • (OS X) use decode("utf-8") to convert bytes in getImports_macholib() (#1973)
    • (Bootloader) fix segfaults (#2176)
    • ๐Ÿง (setup.py) pass option --no-lsb on GNU/Linux only (#1975)
    • ๐Ÿ“š Updates and fixes in documentation, manuals, et al. (#1986, 2002, #2153,
      #2227, #2231)