1. 程式人生 > >【Python3.6】python打包成exe

【Python3.6】python打包成exe

form paths .py let ges ucc ons new sta

D:\python_test>pip3 install pyinstaller
……
……
D:\python_test>pyinstaller -F -w ui.py 84 INFO: PyInstaller: 3.3.1 85 INFO: Python: 3.6.4 88 INFO: Platform: Windows-10-10.0.15063-SP0 93 INFO: wrote D:\python_test\ui.spec 94 INFO: UPX is not available. 97 INFO: Extending PYTHONPATH with paths [
D:\\python_test] 101 INFO: checking Analysis 178 INFO: checking PYZ 191 INFO: checking PKG 246 INFO: Bootloader d:\python\lib\site-packages\PyInstaller\bootloader\Windows-64bit\runw.exe 246 INFO: checking EXE 260 INFO: Building because console changed 260 INFO: Building EXE from out00-EXE.toc 267
INFO: Appending archive to EXE D:\python_test\dist\ui.exe 284 INFO: Building EXE from out00-EXE.toc completed successfully.
pyinstaller -F -w ui.py,如果不加參數-w,則生成的exe文件在執行時,會默認打開控制臺。



【Python3.6】python打包成exe