Hi all,<br><br>I&#39;ve been trying to get a really basic example of chaining deferreds going with no luck. I was hoping someone could give me some help and tell me where I&#39;m going wrong.<br><br>I&#39;ve attached the basic code to this message.<br>
<br>I&#39;d expect output to be:<br><br><br>constructed deferred<br>setup everything<br>printing:&nbsp; hello mr<br>doing something else: printed something<br>finishing up with: done something else<br><br>But instead the callback chain stops after print_something() has been called (do_something inbetween and finish_up are never called).<br>
<br>Thanks for any help in advance!<br><br>Andy Hird<br>