I would like to run a simple command line program with popen (unless there is a better option)... I seem to be getting lost in the examples because they always define something as text and what I want is binary (or I am having trouble understanding why they are defining text). ... what I want to run is something like


empython programname functionname

(I compiled a c example from python)