Thank you all! Now I feel foolish because it was so easy. <div><br></div><div>I&#39;m used to the Ubuntu way of installing things so I didn&#39;t know I could just do all of this by installing easy_install and using that to install twisted (and whatever else strikes my fancy). It works like a charm :)<br>

</div><div><br></div><div>-Eric</div><div><br><div class="gmail_quote">On Thu, Dec 23, 2010 at 3:53 PM, Russell E. Owen <span dir="ltr">&lt;<a href="mailto:rowen@uw.edu">rowen@uw.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

In article<br>
&lt;<a href="mailto:AANLkTikqm8_dJ_PkK0%2BPY4uJnmgUtGAwX2XCwu_Gia3V@mail.gmail.com">AANLkTikqm8_dJ_PkK0+PY4uJnmgUtGAwX2XCwu_Gia3V@mail.gmail.com</a>&gt;,<br>
<div class="im"> Eric Dennison &lt;<a href="mailto:ericd@netdenizen.com">ericd@netdenizen.com</a>&gt; wrote:<br>
<br>
</div><div><div></div><div class="h5">&gt; I am planning to teach a Python/Pygame workshop in which students will be<br>
&gt; (mostly) using Apple hardware and OSX in various flavors. The installation<br>
&gt; of Python 2.6 and Pygame runs smoothly but I hit a wall when trying to<br>
&gt; download/install Twisted because no dmg installers are being built now that<br>
&gt; Twisted is pre-installed on the system Python. Since I don&#39;t wish to use the<br>
&gt; (relatively old) system Python, I would like to figure out how to install<br>
&gt; Twisted into my Python 2.6 installs.<br>
&gt;<br>
&gt; I have had success with building and installing Twisted from sources, but<br>
&gt; this is not a viable solution for installing to 20 different machines.<br>
&gt;<br>
&gt; I have also had success with simply copying Twisted/Zope/SSL directories<br>
&gt; from the system Python to Python2.6, but I can&#39;t help feeling like this is<br>
&gt; going to come back to haunt me later :)<br>
&gt;<br>
&gt; Does anyone have experience with this dilemma or any suggestions for me? I<br>
&gt; am not experienced with OSX, so there may be some obvious things that I<br>
&gt; simply don&#39;t know about.<br>
&gt;<br>
&gt; TIA -Eric<br>
</div></div>&gt; ---------------------------------------------------------------------<br>
<div class="im">&gt; _______________________________________________<br>
&gt; Twisted-Python mailing list<br>
&gt; <a href="mailto:Twisted-Python@twistedmatrix.com">Twisted-Python@twistedmatrix.com</a><br>
&gt; <a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br>
<br>
</div>One option is to use bdist_mpkg to make your own binary installer. it is<br>
easy to use. Instead of the usual install-from-source sequend:<br>
  python setup.py build<br>
  python setup.py install<br>
you do this:<br>
  bdist_mpkg<br>
the result is a binary installer. I have not tried it with Twisted but<br>
it&#39;s well worth a try.<br>
<br>
bdist_mpkg can be installed using easy_install<br>
<font color="#888888"><br>
-- Russell<br>
</font><div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
Twisted-Python mailing list<br>
<a href="mailto:Twisted-Python@twistedmatrix.com">Twisted-Python@twistedmatrix.com</a><br>
<a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br>
</div></div></blockquote></div><br></div>