python笔记
1、封装成exe可执行文件,使用pyinstaller,在dos界面上pyinstaller的目录下输入命令。
D:私人文件个人软件python封装exePyInstaller-3.2.1>python pyinstaller.py -F d:hello.py
使用的是python3.4。
2、dos更改目录命令,进入D盘 D:,进入pyinstaller目录:cd D:私人文件个人软件python封装exePyInstaller-3.2.1