Wow! that worked perfectly! Thanks Marek, really appreciate it.<div><br></div><div>Mike<br><br><div class="gmail_quote">On Fri, Dec 9, 2011 at 4:11 AM, Marek Majkowski <span dir="ltr">&lt;<a href="mailto:majek04@gmail.com">majek04@gmail.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">On Fri, Dec 9, 2011 at 12:05, Michael Morrison &lt;<a href="mailto:mwmorrison93@gmail.com">mwmorrison93@gmail.com</a>&gt; wrote:<br>

&gt; Nevermind Marek, I see why it doesn&#39;t work. Let me ask you i don&#39;t have pip<br>
&gt; set up on my machine, how do i find the gzip file with the correct version<br>
&gt; of pika that I need?<br>
<br>
</div>I strongly suggest getting pip working. Have you tried running:<br>
 �sudo apt-get install python-pip<br>
<br>
Or:<br>
 �easy_install pip<br>
<br>
All this is described in first tutorial:<br>
 �<a href="http://www.rabbitmq.com/tutorials/tutorial-one-python.html" target="_blank">http://www.rabbitmq.com/tutorials/tutorial-one-python.html</a><br>
<br>
Installing python dependencies via pip is rather a standard practice<br>
these days, so I strongly suggest trying to get it working.<br>
<br>
A link to a tarball is quite easy to find on pypi:<br>
�<a href="http://pypi.python.org/pypi/pika" target="_blank">http://pypi.python.org/pypi/pika</a><br>
<span class="HOEnZb"><font color="#888888"><br>
Marek<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
&gt;<br>
&gt; On Fri, Dec 9, 2011 at 4:02 AM, Michael Morrison &lt;<a href="mailto:mwmorrison93@gmail.com">mwmorrison93@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Sorry i don&#39;t follow, can you explain to me why it wouldn&#39;t work? When I<br>
&gt;&gt; changed the value it did create an egg for 0.9.5 under my<br>
&gt;&gt; �/usr/local/lib/python2.7/site-packages directory. I removed the 0.9.6_pre<br>
&gt;&gt; egg so i&#39;m pretty sure i&#39;m referencing the correct package now. If i remove<br>
&gt;&gt; the 0.9.5 egg from the site-packages directory i get an error message saying<br>
&gt;&gt; that the pika package could not be found if i replace it then i get the same<br>
&gt;&gt; error message regarding the &#39;sanitize&#39; attribute. Thanks marek.<br>
&gt;&gt;<br>
&gt;&gt; Mike<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Fri, Dec 9, 2011 at 3:57 AM, Marek Majkowski &lt;<a href="mailto:majek04@gmail.com">majek04@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Fri, Dec 9, 2011 at 11:48, Michael Morrison &lt;<a href="mailto:mwmorrison93@gmail.com">mwmorrison93@gmail.com</a>&gt;<br>
&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt; &gt; Thanks again, but i went and checked the setup.py file and noticed that<br>
&gt;&gt;&gt; &gt; it<br>
&gt;&gt;&gt; &gt; was set to install version 0.9.6_pre, i changed the value to 0.9.5 and<br>
&gt;&gt;&gt; &gt; reinstalled. I removed the 0.9.6 packages but i&#39;m still getting the<br>
&gt;&gt;&gt; &gt; same<br>
&gt;&gt;&gt; &gt; error. Here&#39;s the output of the last install that i just ran. Really<br>
&gt;&gt;&gt; &gt; appreciate the help!<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Altering the number in `setup.py` won&#39;t solve the problem.<br>
&gt;&gt;&gt; You&#39;re using pika 0.9.6 and the tutorials are written for pika 0.9.5.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Try running: � pip install pika==0.9.5<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Marek<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div>