方式一:nuitka 打包的话,用nuitka更适合,对PySide支持更好。压缩后仅15MB左右。 pip install nuitka zstandard# PyQt 26MB ==> 14.9MBpython -m nuitka--onefile--windows-disable-console--enable-plugin=pyqt6<your_app>.py# PySide 34MB ==> 16.8MBpython -m nuitka--onefile--windows-disable-console-...
但是有一个问题, 当我双击AppBar区域或者在此区域内拖动窗口时, 主窗口的height会突然减小20左右的数值 然后使用如下命令打包应用后运行: nuitka --mingw64 --standalone --enable-plugin=pyside6 --include-qt-plugins=all --show-memory --show-progress --follow-imports --follow-import-to=src --output-...
方式一:nuitka 打包的话,用nuitka更适合,对PySide支持更好。压缩后仅15MB左右。 pip install nuitka zstandard # PyQt 26MB ==> 14.9MB python -m nuitka --onefile --windows-disable-console --enable-plugin=pyqt6 <your_app>.py # PySide 34MB ==> 16.8MB python -m nuitka --onefile --windows-...