pyqtdeploy 中缺少构建选项卡
Build Tab missing in pyqtdeploy
我正在尝试使用 pyqtdeploy 部署我的 PyQt5 应用程序。出现 pyqtdeploy GUI,但没有用于构建的选项卡。我已经在不同的计算机上尝试过,但构建选项卡仍然不存在。有什么问题?
我假设您必须使用 pyqtdeploy 版本 2.x,它在某些重要方面与 pyqtdeploy 1.x 不同。遗憾的是,目前显示的文档here还没有更新,参考的是1.3.2版本。
同时,我建议您下载source code并打开docs/html/index.html,这样您就可以阅读正确的2.x.
版本的文档
我将在此处引用处理有关构建选项卡的特定问题的部分:
Differences from Version 1
There have been a number of changes to pyqtdeploy since v1. Most of
these changes are related to the supporting tools rather than the GUI.
Project files created for v1 are automatically updated by later
versions.
[...]
The pyqtdeploycli program has been removed. The build functionality
has been replaced by the new pyqtdeploy-build program.
The Build tab of the pyqtdeploy GUI has been removed. The sole purpose
of the GUI is now to create and modify a project file.
[...]
我正在尝试使用 pyqtdeploy 部署我的 PyQt5 应用程序。出现 pyqtdeploy GUI,但没有用于构建的选项卡。我已经在不同的计算机上尝试过,但构建选项卡仍然不存在。有什么问题?
我假设您必须使用 pyqtdeploy 版本 2.x,它在某些重要方面与 pyqtdeploy 1.x 不同。遗憾的是,目前显示的文档here还没有更新,参考的是1.3.2版本。
同时,我建议您下载source code并打开docs/html/index.html,这样您就可以阅读正确的2.x.
版本的文档我将在此处引用处理有关构建选项卡的特定问题的部分:
Differences from Version 1
There have been a number of changes to pyqtdeploy since v1. Most of these changes are related to the supporting tools rather than the GUI. Project files created for v1 are automatically updated by later versions.
[...]
The pyqtdeploycli program has been removed. The build functionality has been replaced by the new pyqtdeploy-build program.
The Build tab of the pyqtdeploy GUI has been removed. The sole purpose of the GUI is now to create and modify a project file.
[...]