mistral wrote:
> Just to comple python ode - it creates html page, nothing more, nothing
> else.. Just generate one html page.

I *think* this is what you want:

python -O -m py_compile file.py
python file.pyo

See: http://docs.python.org/lib/module-pycompile.html

Regards,
Jordan

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to