随笔分类 - Python
摘要:参考其他 文章即可 如果编译时遇到问题,就去找环境变量,多半是环境变量没有配置好。根据自己安装的idf的目录重新配置 环境变量. 如果电脑上有python环境,但是编译时出现找不到python解释器,需要执行下面命令,另外重新添加python环境变量,一定要在原来的python环境变量之前. idf
阅读全文
摘要:class UI_Combin_Docx(QThread): messbox_text = Signal(str, str) clear_text = Signal() def __init__(self): super().__init__() self.doc = conbin_Docx() #
阅读全文
摘要:近期使用Tkinter做了一个GUI小项目,银行管理系统,期望打包成exe点击即可使用,使用pyinstaller进行打包,查询相关资料后总结如下: 官网参考文档:https://pyinstaller.readthedocs.io/en/latest/ 执行:pyinstaller [option
阅读全文
浙公网安备 33010602011771号