Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #21564
| References | <1331649332216-4574176.post@n6.nabble.com> |
|---|---|
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | 2012-03-13 08:54 -0600 |
| Subject | Re: concatenate function |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.613.1331650481.3037.python-list@python.org> (permalink) |
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 comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: concatenate function Ian Kelly <ian.g.kelly@gmail.com> - 2012-03-13 08:54 -0600
csiph-web