Python打包成exe,pyc

D:\mypython\path\ C:\Python27\Scripts\pyinstaller.exe -w mypython.py    # Python打包成exe

D:\mypython\path\python -m compileall mypython.py            # Python编译成pyc

posted @ 2017-12-07 15:40  吴悟无  阅读(1782)  评论(0编辑  收藏  举报