SupportedPackages – PyInstaller

SupportedPackages – PyInstaller

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

This list is largely incomplete. Most packages will work out of the box with PyInstaller, even if they are not listed here. You are encouraged to try anyway (and then report your results on the mailing list so that we can update this list!).

If you find a mistake or want to do some additions, please write to the mailing list. 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.

babelOKFully supported, including "localedata" external data files (automatically handled).
chardetOK
ctypesOKFeatures/CtypesDependencySupport in PyInstaller 1.4+
cx_OracleOK
DjangoOKPreliminar support, see Recipe/DjangoApplication for howto
docutilsOKdevelopment branch
ElementTreeOK
FilelikeOK
gadflyOK
GreenletOK
idlelibOKdevelopment branch
IPythonOKdevelopment branch
lxmlOK
MakoOK
MatplotlibOKFully supported, including external data files (automatically packaged by PyInstaller).
numpyOK
pasteOK
PILOK
psycopg2OK
pyenchantOKWindows only for now.
pyexpatOK
PyGameOK
pygmentsOK
PyGTK+OKsee #14 for how to include themes
pyodbcOK
PyOpenGL 2.xOK
PyOpenGL 3.xOKWorks correctly since 3.0 rc1
PyQt 3OK
PyQt 4OKFull support, including plugins (they are automatically handled by PyInstaller). Open bug reports: #159, #363, #374, #376. See also wiki:Recipe/PyQtChangeApiVersion. See deploy pyqt app on Mac with pyinstaller.
PyQwt 5OKAutomatically detects the correct numeric library it has been compiled with.
PySerialOK
Python for .NETOKReported to work correctly in 2.0.
pytzOKdevelopment branch
pywin32OK
pywinautoOK
pywintypesOK
SciPy?OKdevelopment branch
setuptoolsOK
SIPOK
sphinxOKdevelopment branch
SQLAlchemyOK
wxPythonOKRemember to use windowed mode to get correct theming.
原文地址:https://www.cnblogs.com/lexus/p/2820017.html