<div dir="ltr">at the command line:<div><br></div><div>pip install tornado</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Aug 15, 2013 at 12:32 PM, Ask Solem <span dir="ltr">&lt;<a href="mailto:ask@rabbitmq.com" target="_blank">ask@rabbitmq.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
On Aug 15, 2013, at 5:28 PM, Priyanki Vashi &lt;<a href="mailto:vashi.priyanki@gmail.com">vashi.priyanki@gmail.com</a>&gt; wrote:<br>
<br>
&gt; Hi ,<br>
&gt;<br>
&gt; I don&#39;t print &#39;y&#39;. Which means I don&#39;t have tornado installed.<br>
&gt;<br>
&gt; Could you please guide me on how to install this tornado connector ?<br>
&gt;<br>
&gt; I thought pika by default would include tornado so did not realized that this could be the case.<br>
&gt;<br>
<br>
</div>From looking at the source code I can tell that this will happen<br>
if the &#39;pika.adapters.tornado_connection&#39; module does not import properly.<br>
If that happens it will simply ignore the error and TornadoConnection<br>
will be None.<br>
<br>
<br>
Try this:<br>
<br>
<br>
    from pika.adapters.tornado_connection import TornadoConnection<br>
<br>
<br>
That may give you the error and reason.<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</div></div></blockquote></div><br></div>