Chinaunix首页 | 论坛 | 博客
  • 博客访问: 42097
  • 博文数量: 8
  • 博客积分: 31
  • 博客等级: 民兵
  • 技术积分: 178
  • 用 户 组: 普通用户
  • 注册时间: 2011-12-09 12:29
文章分类

全部博文(8)

文章存档

2014年(6)

2013年(1)

2012年(1)

我的朋友

分类: Python/Ruby

2012-01-18 14:23:14

如果简单快捷的编译py文件:
编译目录下所有文件:
from compileall import compile_dir
compile_dir(r'D:\share\python_file\python_dict')
编译单一文件:
from compileall import py_compile
py_compile(r'D:\share\python_file\python_dict\__init__.py')
阅读(1213) | 评论(0) | 转发(0) |
0

上一篇:没有了

下一篇:Oracle更改数据文件位置

给主人留下些什么吧!~~