pypi pyinstaller 3.2.1

latest releases: 6.6.0, 6.5.0, 6.4.0...
7 years ago

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)

Don't miss a new pyinstaller release

NewReleases is sending notifications on new releases.