您尚未登录。

楼主 #1 2019-02-12 19:02:40

pythinker
会员
注册时间: 2019-02-12
已发帖子: 215
积分: 215

Python 发布应用程序, 将脚本转化为可执行程序

python2.7:

d:\python27\python.exe -m pip install --upgrade pip
d:\python27\python.exe -m pip install PyInstaller
d:\python27\python.exe -m PyInstaller clock.py

python3.7:

d:\python37\python.exe -m pip install --upgrade pip
d:\python37\python.exe -m pip install PyInstaller
d:\python37\python.exe -m PyInstaller clock.py

整个 dist 目录就是你需要的文件了

离线

页脚

工信部备案:粤ICP备20025096号 Powered by FluxBB

感谢为中文互联网持续输出优质内容的各位老铁们。 QQ: 516333132, 微信(wechat): whycan_cn (哇酷网/挖坑网/填坑网) service@whycan.cn