A python program is included to enable psyco usage with other python programs, without modifying their source codes.
Place this program somewhere and symbolically link to it.
If you want to psyco-enable /usr/bin/foo, link /usr/bin/foo_psy to the wrapper script, and run foo_psy.
wrapper-script to psyco-enable other python programs