Generating .pyo from .py

skn skn at skn.com
Thu Jun 16 01:45:40 EDT 2005


Hello.,

Does the python compiler provide an option to generate a .pyo(optimized byte
code file) from a .py (source file)?

For generating .pyc I know that I only have to pass the source file name as
an argument to py_compile.py.
But for generating .pyo, I could not find anything.

Any clues/help will be greatly appreciated.

With best regards,
skn





More information about the Python-list mailing list