博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
pyqt5在xp下的配置
阅读量:6038 次
发布时间:2019-06-20

本文共 571 字,大约阅读时间需要 1 分钟。

qt支持库得下载,pip的不行, designer在这个里面
https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.4.1/

 

python只能用3.4.3,自己下载

 

pyinstall需要的pywin32也要手工下载,不能pip,需要32位的

https://sourceforge.net/projects/pywin32/files/pywin32/

 

更新pip先

python -m pip install -U pip setuptools

 

打包命令

pyinstaller -w -F ./main.py

 

如果遇到下面这样的问题
This application failed to start because it could not find or load the Qt platform plugin "windows".

 

需要配置环境变量QT_QPA_PLATFORM_PLUGIN_PATH$PYTHON_DIR\Lib\site-packages\PyQt5\plugins\

或者

$PYTHON_DIR\Lib\site-packages\PyQt5\plugins\platforms复制到exe所在路径,里面的dll貌似只需要qwindows.dll

 

 

转载地址:http://xmohx.baihongyu.com/

你可能感兴趣的文章
slidingmenu + fragment 左右菜单滑动
查看>>
nginx软负载的搭建
查看>>
Storm的数据处理编程单元:Bolt 学习整理
查看>>
新浪微博客户端(33)-显示头像上的认证类型
查看>>
Bloomberg面经准备: Josephus problem
查看>>
自己动手写CPU之第四阶段(3)——MIPS编译环境的建立
查看>>
此博客不再更新
查看>>
吴恩达机器学习笔记 —— 13 支持向量机
查看>>
HDFS集群balance(4)-- 测试计划
查看>>
sqlite 数据库 查询时显示表字段
查看>>
css hack 【转】http://blog.csdn.net/arcow/article/details/1681027
查看>>
《C++编程规范》
查看>>
以对象管理资源——C++智能指针auto_ptr简介
查看>>
用飞信监控GoldenGate进程
查看>>
VS里面如何设置环境默认的开发语言
查看>>
画图er软件
查看>>
关于Repository模式
查看>>
SQL Server2014 SP2新增的数据库克隆功能
查看>>
elastic-job详解(一):数据分片
查看>>
【安装】Matlab7.0简介及安装
查看>>