D:\mypython\path\ C:\Python27\Scripts\pyinstaller.exe -w mypython.py # Python打包成exe
D:\mypython\path\python -m compileall mypython.py # Python编译成pyc