[ANN] PyInstaller 3.1.1

Hartmut Goebel h.goebel at goebel-consult.de
Sun Jan 31 16:12:00 EST 2016


Hello,

on behalf of the PyInstaller development team I'm happy to announce
PyInstaller 3.1.1

   http://www.pyinstaller.org


Thanks for all those who contributed questions, bug-reports or
pull-requests.


=== What it is ===

PyInstaller bundles a Python application and all its dependencies into a
single package. The user can run the packaged app without installing a
Python
interpreter or any modules.

PyInstaller reads a Python script written by you. It analyzes your code to
discover every other module and library your script needs in order to
execute.
Then it collects copies of all those files – including the active Python
interpreter! – and puts them with your script in a single folder, or
optionally in a single executable file.

PyInstaller is tested against Windows, Mac OS X, and Linux. However, it
is not
a cross-compiler: to make a Windows app you run PyInstaller in Windows; to
make a Linux app you run it in Linux, etc. PyInstaller has been used
successfully with AIX, Solaris, and FreeBSD, but is not tested against
them.

=== Installation ===

PyInstaller can be installed from PyPi using

   pip install pyiinstaller

=== Changes ===

PyInstaller 3.1.1 is a bug fix release for v3.1

  * Fix problems with setuptools 19.4 (#1772
    <https://github.com/pyinstaller/pyinstaller/issues/1772>, #1773
    <https://github.com/pyinstaller/pyinstaller/issues/1773>, #1790
    <https://github.com/pyinstaller/pyinstaller/pull/1790>, #1791
    <https://github.com/pyinstaller/pyinstaller/issues/1791>)
  * 3.1 does not collect certain direct imports (#1780
    <https://github.com/pyinstaller/pyinstaller/issues/1780>)
  * Git reports wrong version even if on unchanged release (#1778
    <https://github.com/pyinstaller/pyinstaller/issues/1778>)
  * Don't resolve symlinks in modulegraph.py (#1750
    <https://github.com/pyinstaller/pyinstaller/issues/1750>, #1755
    <https://github.com/pyinstaller/pyinstaller/pull/1755>)
  * ShortFileName not returned in win32 util (#1799
    <https://github.com/pyinstaller/pyinstaller/issues/1799>)

*Known Issues*

  * Apps built with Windows 10 and Python 3.5 may not run on Windows
    versions earlier than 10 (#1566
    <https://github.com/pyinstaller/pyinstaller/issues/1566>).
  * The multipackage (MERGE) feature (#1527
    <https://github.com/pyinstaller/pyinstaller/issues/1527>) is
    currently broken.
  * (OSX) Support for OpenDocument events (#1309
    <https://github.com/pyinstaller/pyinstaller/issues/1309>) is broken.


The full changelog for this release can be found at:

   https://pypi.python.org/pypi/PyInstaller/3.1.1


=== Feedback ===

We're eager to listen to your feedback on using PyInstaller:

 Bug tracker: https://github.com/pyinstaller/pyinstaller/issues
 Mailing list: http://groups.google.com/group/PyInstaller
-- 
Schönen Gruß
Hartmut Goebel
Dipl.-Informatiker (univ), CISSP, CSSLP
Information Security Management, Security Governance, Secure Software
Development

Goebel Consult, Landshut
http://www.goebel-consult.de

Blog:
http://www.goebel-consult.de/blog/liberario-als-alternative-zum-db-navigator-und-zu-offi

Kolumne: http://www.cissp-gefluester.de/2010-06-adobe-und-der-maiszunsler



More information about the Python-announce-list mailing list