Hi, If i am to develop a full fledge commercial application using Python : a. Can i compile my python source into binary ? I have read about py2exe for windows. Is there one for Linux ? b. Can I distribute the bytecode only (.pyo, .pyd) and not the source (.py) ? Can the bytecode be 'de-compiled' to source ? Please advice. Cheers, Peter