05 2024 档案
摘要:前言 基于python3.10 + wxpython 的时钟小工具 代码由chatgpt3.5生成,作者自己调试。留作后续参考。 正文 timer_ok.py import wx import time import threading import os class ClockCountdownP
阅读全文
摘要:前言 最近有个需求,需要在 ubnutu22 上使用 pyinstaller 打包一个python2 的文件。 中间遇到了一些问题: pip2 install pyinstaller 报错 解决方案: pip2 install pyinstaller == 3.6 python2 和 python3
阅读全文