> 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
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
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!
--
http://mail.python.org/mailman/listinfo/python-list