The py_compile module

This module allows you to explicitly compile Python modules to bytecode. It behaves like Python’s import statement, but takes a file name, not a module name.

Example: Using the py_compile module
# File: py-compile-example-1.py

import py_compile

# explicitly compile this module
py_compile.compile("py-compile-example-1.py")

The compileall module can be used to compile all Python files in an entire directory tree.

 

[comment on/vote for this article]

A Django site. this page was rendered by a django application in 0.01s 2008-10-13 13:22:37.962562. hosted by webfaction.