I've read the documentation on compileall and tried using this module directly.
Nowhere can I find how to specify to compileall that it should create .pyo vs. .pyc files. Goal: I would like to use the compileall.compile_dir() method to generate -OO type .pyo files as part of a larger Python build script. Thanks, Malcolm
-- http://mail.python.org/mailman/listinfo/python-list