On 10 May 2013 03:37, "Thanatos xiao" <yanxiaopei...@gmail.com> wrote: > > Hey ! > > Now! I have written a python script . I want to call a golang script in python script. > Who can give me some advices? > > thanks!
Check out the subprocess module. You can use it to call other programs from python and get their error codes and output.
-- http://mail.python.org/mailman/listinfo/python-list