python3.5 直接用pyInstaller就能打包1、安装pyInstallerpip install pyinstaller2、在命令行中切换到要打包的程序所在目录,直接输入下面的指令即可pyinstaller -F xxx.py