Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #21564 > unrolled thread
| Started by | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| First post | 2012-03-13 08:54 -0600 |
| Last post | 2012-03-13 08:54 -0600 |
| 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.
Re: concatenate function Ian Kelly <ian.g.kelly@gmail.com> - 2012-03-13 08:54 -0600
| From | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| Date | 2012-03-13 08:54 -0600 |
| Subject | Re: concatenate function |
| Message-ID | <mailman.613.1331650481.3037.python-list@python.org> |
On Tue, Mar 13, 2012 at 8:35 AM, ferreirafm <ferreirafm@lim12.fm.usp.br> wrote: > Hi List, > I've coded three functions that I would like to concatenate. I mean, run > them one after another. The third function depends on the results of the > second function, which depends on the results of the first one. When I call > one function after another, python runs them at the same time causing > obvious errors messages. I've tried to call one of them from inside another > but no way. Any clues are appreciated. > Complete code goes here: > http://ompldr.org/vZDB4OQ They don't look to me like they would run at the same time -- subprocess.call is supposed to wait for the subprocess to finish. What error messages are you getting?
Back to top | Article view | comp.lang.python
csiph-web