Ok, I uninstalled Python 3, installed Python 2.7, and then tried to<div>install setuptools but it complains:</div><div><br></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;">

<div>Python version 2.7 required, which was not found in the registry.</div></blockquote><div><br></div><div>and the installer does not allow any input after that.</div><div><br>Thanks for your patience,<br><br>- Jim<br>
<br>
Jim Irrer� �� <a href="mailto:irrer@umich.edu">irrer@umich.edu</a>� � �� (734) 647-4409<br>University of Michigan Hospital Radiation Oncology<br>519 W. William St.� � � � � �� Ann Arbor, MI 48103<br>
<br><br><div class="gmail_quote">On Fri, Jul 15, 2011 at 6:39 PM, Gavin M. Roy <span dir="ltr">&lt;<a href="mailto:gmr@myyearbook.com">gmr@myyearbook.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

You&#39;ll need to install setuptools. It&#39;s a fairly common core bit with Python installed on most systems.<div><br></div><div><a href="http://pypi.python.org/pypi/setuptools" target="_blank">http://pypi.python.org/pypi/setuptools</a></div>



<div><br></div><div>Once installed when you run:</div><div><br></div><div>&quot;easy_install pika&quot;</div><div><br></div><div>all dependencies are installed.</div><div><br>Cheers,</div><div><br><font color="#888888">Gavin</font><div>

<div></div><div class="h5"><br><br><div class="gmail_quote">

On Fri, Jul 15, 2011 at 6:26 PM, Jim Irrer <span dir="ltr">&lt;<a href="mailto:irrer@umich.edu" target="_blank">irrer@umich.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



Forgot to add that there are also unresolved imports with<div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>urllib2</div><div>pkg_resources</div><div>main</div>

</blockquote><div><div><br>Thanks,<br><br>- Jim<br><br>Jim Irrer� �� <a href="mailto:irrer@umich.edu" target="_blank">irrer@umich.edu</a>� � �� <a href="tel:%28734%29%20647-4409" value="+17346474409" target="_blank">(734) 647-4409</a><br>

University of Michigan Hospital Radiation Oncology<br>

519 W. William St.� � � � � �� Ann Arbor, MI 48103<br>


<br><br></div><div><div></div><div><div class="gmail_quote">On Fri, Jul 15, 2011 at 6:21 PM, Jim Irrer <span dir="ltr">&lt;<a href="mailto:irrer@umich.edu" target="_blank">irrer@umich.edu</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Fair enough. �So I am running this from Eclipse, and imported the ez_setup.py<div>file into my project, set the grammar compatibility to 2.7, and get the</div><div>the different error on line 99</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px">






<div><div>import setuptools; setuptools.bootstrap_install_from = egg</div></div></blockquote><div><div><br></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>
<i>Unresolved import: setuptools</i></div></blockquote><div><br></div><div>Is there another library that I need to install first?</div><div><br></div><div>Thanks,<div><br><br>- Jim<br><br>Jim Irrer� �� <a href="mailto:irrer@umich.edu" target="_blank">irrer@umich.edu</a>� � �� <a href="tel:%28734%29%20647-4409" value="+17346474409" target="_blank">(734) 647-4409</a><br>






University of Michigan Hospital Radiation Oncology<br>519 W. William St.� � � � � �� Ann Arbor, MI 48103<br>
<br><br></div><div><div></div><div><div class="gmail_quote">On Fri, Jul 15, 2011 at 6:04 PM, Gavin M. Roy <span dir="ltr">&lt;<a href="mailto:gmr@myyearbook.com" target="_blank">gmr@myyearbook.com</a>&gt;</span> wrote:<br>





<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Pika does not work on Version 3 yet, it is only supported on 2.4-&gt;2.7 and really should be used with 2.7 or 2.6.<div><br>Regards,</div><div><br>Gavin<br><br><div class="gmail_quote"><div><div></div><div>On Fri, Jul 15, 2011 at 5:55 PM, Jim Irrer <span dir="ltr">&lt;<a href="mailto:irrer@umich.edu" target="_blank">irrer@umich.edu</a>&gt;</span> wrote:<br>








</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div><div>Hi -</div><div><br></div><div>I&#39;m trying to install Pika on a Windows 7 64 bit system, and according to the</div>








<div>instructions at�<a href="http://www.rabbitmq.com/tutorials/tutorial-one-python.html" target="_blank">http://www.rabbitmq.com/tutorials/tutorial-one-python.html</a></div>

<div>should first install easy_install, and then use that to install pip (an installer</div><div>to install another installer to install what I want? �Whatever ...) but am</div><div>getting the following error:</div><div>










<br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="&#39;courier new&#39;, monospace">C:\Program Files (x86)\Python32&gt;python �d:\downloads\ez_setup.py</font></div>

<div><font face="&#39;courier new&#39;, monospace">� File &quot;d:\downloads\ez_setup.py&quot;, line 106</font></div><div><font face="&#39;courier new&#39;, monospace">� � except pkg_resources.VersionConflict, e:</font></div>










<div><font face="&#39;courier new&#39;, monospace">� � � � � � � � � � � � � � � � � � � � ^</font></div><div><font face="&#39;courier new&#39;, monospace">SyntaxError: invalid syntax</font></div>

</blockquote><div><br></div><div>Does anyone know how to proceed from here?</div><div><br></div><div>FYI - This is a new install of Python 3 and I&#39;m new to Python. �The ez_setup.py</div><div>file was downloaded from�<a href="http://peak.telecommunity.com/dist/ez_setup.py" target="_blank">http://peak.telecommunity.com/dist/ez_setup.py</a> .</div>










<br>Thanks for any hints,<br><br>- Jim<br><font color="#888888"><br>Jim Irrer� �� <a href="mailto:irrer@umich.edu" target="_blank">irrer@umich.edu</a>� � �� <a href="tel:%28734%29%20647-4409" value="+17346474409" target="_blank">(734) 647-4409</a><br>






University of Michigan Hospital Radiation Oncology<br>

519 W. William St.� � � � � �� Ann Arbor, MI 48103<br>


</font><br></div></div>_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com" target="_blank">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>
<br></blockquote></div><br></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div>