1.准备python脚本

2.安装pyinstaller
pip install pyinstaller
3.生成可执行文件
pyinstaller --onefile gtk_hello.py


4.运行可执行文件

gtk_hello.py
import gi
gi.requ
1.准备python脚本

2.安装pyinstaller
pip install pyinstaller
3.生成可执行文件
pyinstaller --onefile gtk_hello.py


4.运行可执行文件

gtk_hello.py
import gi
gi.requ

被折叠的 条评论
为什么被折叠?