首页 > 编程语言 >python study

python study

时间:2022-10-11 10:00:43浏览次数:63  
标签:python study PyQt5 pyqt5 install pip tools

python
pycharm
Python pip 安装与使用
python pip
pip install pyqt5
pip install pyqt5_tools

qtdesigner就在python目录下:.\Python36\Lib\site-packages\pyqt5-tools。

pyqt5_tools需要在 pycharm settings Tools External Tools

Pycharm安装PyQt5和pyqt5-tools从而使用Qt Designer​​PyCharm安装配置Qt Designer+PyUIC教程
PyQt5安装及ModuleNotFoundError: No module named 'PyQt5'问题解决

pip install installer
安装Pyinstaller
刚才好像少了一个Py

python3.7 打包成exe的一种方法 pyinstaller​

pip install pyinstaller

pyinstaller -F -w inst.py

 

最后pyinstaller 打包的时候 还是有一些dll没有打包进去,暂时就先到这里了。

---------------------------------------------
生活的意义并不是与他人争高下,而在于享受努力实现目标的过程,结果是对自己行动的嘉奖。
↑面的话,越看越不痛快,应该这么说:

生活的意义就是你自己知道你要做什么,明确目标。没有目标,后面都是瞎扯!

新博客 ​​​https://www.VuejsDev.com​​ 用于梳理知识点



标签:python,study,PyQt5,pyqt5,install,pip,tools
From: https://blog.51cto.com/u_15770151/5745807

相关文章