pyinstaller 官方介绍

http://www.pyinstaller.org/

pyinstaller 官方介绍

pyinstaller支持多个平台,windows,linux,mac,兼容多个第三方包,包括pyqt,django,matplotlib

PyInstaller is a program that freezes (packages) Python programs into stand-alone executables, under Windows, Linux, Mac OS X, FreeBSD, Solaris and AIX. Its main advantages over similar tools are that PyInstaller works with Python 2.7 and 3.3—3.5, it builds smaller executables thanks to transparent compression, it is fully multi-platform, and use the OS support to load the dynamic libraries, thus ensuring full compatibility.

The main goal of PyInstaller is to be compatible with 3rd-party packages out-of-the-box. This means that, with PyInstaller, all the required tricks to make external packages work are already integrated within PyInstaller itself so that there is no user intervention required. You'll never be required to look for tricks in wikis and apply custom modification to your files or your setup scripts. As an example, libraries like PyQt, Django or matplotlib are fully supported, without having to handle plugins or external data files manually. Check our compatibility list of Supported Packages for details.

Feel free to join us in the effort! Please consult our Roadmap to check our plans. Also usage reports are welcomed: let us know if PyInstaller works for you and how, or what problems you found in using it.

Check our list of Projects using PyInstaller.

pyinstaller 开发的项目

pyinstaller 官方介绍

兼容的第三方包

This list tracks compatibility status of third-party packages with PyInstaller.

Most packages will work out of the box with PyInstaller.

This is especially true for pure Python packages and for packages not requiring additional files.

As for the packages in the Python standard library we only list the exceptions that don't work correctly; thus, if not listed, it works correctly.

This list is largely incomplete. You are encouraged to try anyway. If you find a mistake or want to do some additions, please edit this table or write to the mailing list.

Name Status Notes
babel OK Fully supported, including "localedata" external data files (automatically handled).
chardet OK  
ctypes OK Features/CtypesDependencySupport in PyInstaller 1.4+
cx_Oracle OK  
Django OK see Recipe Executable From Django
docutils OK  
ElementTree OK  
Filelike OK  
gadfly OK  
Greenlet OK  
idlelib OK  
inspyred OK  
IPython OK  
Kivy OK  
lxml OK  
Mako OK  
matplotlib OK Fully supported, including external data files (automatically packaged by PyInstaller).
numpy OK  
paste OK  
Pillow OK  
psycopg2 OK  
pyenchant OK Windows only
pyexpat OK  
PyGame OK  
pygments OK  
PyGTK OK  
PyGObject (GTK3/GStreamer) OK Must use unreleased pyinstaller version
pyodbc OK  
PyOpenGL 2.x OK  
PyOpenGL 3.x OK  
PyQt4 OK Full support, including plugins. See Recipe PyQt4 API Version
PyQt5 OK Full support, including plugins.
PyQwt 5 OK  
PySerial OK  
Python for .NET OK Reported to work correctly with 2.0.
PySide partial Qt plugins are not handled.
pandas OK  
pytz OK  
PyWin32 OK  
pywinauto OK  
pywintypes OK  
SciPy OK  
setuptools OK  
SIP OK  
sphinx OK  
SQLAlchemy OK  
wxPython OK Remember to use windowed mode to get correct theming.
obfsproxy OK Works with PyInstaller 2.1+ developmental branch.
  OK  
上一篇:SQL Server选项综述


下一篇:hdu1011(树形dp)