|
Does this include the developer branch
fix that fixes the Queue/queue module import problem?
I do not see it in the 3.3 changelog here: https://pyinstaller.readthedocs.io/en/v3.3/CHANGES.html Best, coyot On 9/21/17 11:40, Hartmut Goebel wrote: Hello, on behalf of the PyInstaller development team I'm happy to announce PyInstaller 3.3. Most important change for this release is the support for Python 3.6.http://www.pyinstaller.orgThanks 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 pyinstaller === Important Changes === * Add Support for Python 3.6! Many thanks to xiovat! (#2331, #2341) * New command line options for adding data files (``--datas``, #1990) and binaries (``--binaries``, #703) * Add command line option '--runtime-tmpdir'. * Bootloaders for Windows are now build using MSVC and statically linked with the run-time-library (CRT). This solved a lot of issues related to .dlls being incompatible with the ones required by ``python.dll``. * Bootloaders for GNU/Linux are now officially no LSB binaries. This was already the case since release 3.1, but documented the other way round. Also the build defaults to non-LSB binaries now. (#2369) * We improved and stabilized both building the bootloaders and the continuous integration tests. See below for details. Many thanks to all who worked on this. * To ease solving issues with packages included wrongly, the html-file with a cross-reference is now always generated. It's visual appearance has been modernized (#2765). The full changelog for this release can be found at: https://pyinstaller.readthedocs.io/en/v3.3/CHANGES.html === 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 -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/d/optout. |
- [PyInstaller] [ANN] PyInstaller 3.3 Hartmut Goebel
- Re: [PyInstaller] [ANN] PyInstaller 3.3 Coyot Linden (Glenn Glazer)
- Re: [PyInstaller] [ANN] PyInstaller 3... Hartmut Goebel
- Re: [PyInstaller] [ANN] PyInstall... Coyot Linden (Glenn Glazer)
- Re: [PyInstaller] [ANN] PyIns... Hartmut Goebel
