Python 编译 pyc

Python 编译 pyc

import py_compile

sourceFile = 'd:/test.py'
targetFile = 'd:/test.pyc'
py_compile.compile(sourceFile, cfile = targetFile)

 

posted @ 2021-04-13 17:26  ibingshan  阅读(78)  评论(0编辑  收藏  举报