We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在win10 64位系统上,使用仓库中百度云分享压缩包的开发环境。 版本 Windows 10 专业版 版本号 21H2 安装日期 2021/10/27 操作系统内部版本 19044.1620 体验 Windows Feature Experience Pack 120.2212.4170.0
采用方案绕开: 新建一个pyuic_Scanner_main.bat文件,内容如下Scanner_main.ui为要编译的窗体的名字
@D:/WinPyQt5.9-32bit-3.5.3.1/python-3.5.3\python.exe -m PyQt5.uic.pyuic -o Scanner_main.py Scanner_main.ui
双击bat文件,运行,得到Scanner_main.py 这一窗体编译结果。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在win10 64位系统上,使用仓库中百度云分享压缩包的开发环境。
版本 Windows 10 专业版
版本号 21H2
安装日期 2021/10/27
操作系统内部版本 19044.1620
体验 Windows Feature Experience Pack 120.2212.4170.0
采用方案绕开:
新建一个pyuic_Scanner_main.bat文件,内容如下Scanner_main.ui为要编译的窗体的名字
双击bat文件,运行,得到Scanner_main.py 这一窗体编译结果。
The text was updated successfully, but these errors were encountered: