I'd like to run python in its optimised mode (to try to squeeze that extra 1-5% of performance out of it ;). The only real barrier to doing this is that install_product doesn't check for __init__.pyo (just .py and .pyc). Would there be serious problems if it was modified to detect the .pyo as well? Richard