Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #45087 > unrolled thread

Re: python call golang

Started byFábio Santos <fabiosantosart@gmail.com>
First post2013-05-10 08:01 +0100
Last post2013-05-10 08:01 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: python call golang Fábio Santos <fabiosantosart@gmail.com> - 2013-05-10 08:01 +0100

#45087 — Re: python call golang

FromFábio Santos <fabiosantosart@gmail.com>
Date2013-05-10 08:01 +0100
SubjectRe: python call golang
Message-ID<mailman.1524.1368169300.3114.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

On 10 May 2013 03:37, "Thanatos xiao" <yanxiaopei199@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.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web