#!/usr/bin/env python
# coding=utf-8
'''
FuncName: pyTOpyc.py
Desc: pyc can run
Date: 2016-06-14 11:00
Home: http://blog.csdn.net/z_johnny
Author: johnny
'''
import py_compile
py_compile.compile("D:\Python\Project\Update\main.py") # 相对路径或绝对路径