Hi Everyone- I'm running Python on Mac OSX. (bsd based system) How do I call a program from outside Python to be run from within my Python script/ In other words if I have an executable file, say "someprogram", how would I execute this program from within a python script. Thanks. SA