Re: python call golang

2013-05-10 Thread Miki Tebeka
> Now! I have written a python script . I want to call a golang script in > python script. > Who can give me some advices? See http://gopy.qur.me/extensions/examples.html and http://www.artima.com/weblogs/viewpost.jsp?thread=333589 -- http://mail.python.org/mailman/listinfo/python-list

Re: python call golang

2013-05-10 Thread Fábio Santos
On 10 May 2013 03:37, "Thanatos xiao" 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 code