There is nothing wrong with using the installer from <a href="http://python.org">python.org</a>.<br>That is the preferred way to do it.<br>But, as I wrote, the installer python runs in 32-bit mode on MacOSX, and I wanted to try it running in 64-bit mode.  (That may have changed)<br>
 IIRC, it really doesn't make any difference, and it breaks some third-party modules that I needed2.<br>The only reason I can see for building 64-bit python would be if your executable needed more that 4GB of RAM -- not a normal case by any means ;)<br>
-Rob<br><br><div class="gmail_quote">On Thu, Oct 11, 2012 at 6:33 PM, Ryan Manly <span dir="ltr"><<a href="mailto:ryan.manly@gmail.com" target="_blank">ryan.manly@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am a noob. I bought the 4th Edition book a few weeks ago and I signed up for that Coursera course last week, I think.<div><br></div><div>But what is wrong with using the installer from Python.org? I mean aside from simply setting CFLAGS or something at compile time?</div>

<div><br></div><div>A simple</div><div><br></div><div><font face="courier new, monospace">export PYTHONPATH=$PYTHONPATH:/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python:/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC</font></div>

<div><br></div><div>even gets you access to Foundation in 2.7.3. Without any super obvious errors in my (really) limited usage.</div><div><br></div><div>Truly curious if there are other reasons people are using brew and source for more than just compile time tweaks.</div>

<div><br></div><div>Thanks,<br clear="all">Ryan M. Manly<br>Glenbrook High Schools<br><br>
<br><br><div class="gmail_quote">On Thu, Oct 11, 2012 at 5:25 PM, Rob Kapteyn <span dir="ltr"><<a href="mailto:robkapteyn@gmail.com" target="_blank">robkapteyn@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I haven't done this for a while.<br>From what I recall, the "canned" python build is a 32-bit and I wanted to try out 64-bit python.<br>According to my own notes:<br><br>building python on Snow Leopard:<br>
./configure --enable-framework MACOSX_DEPLOYMENT_TARGET=10.6 --with-universal-archs=intel --enable-universalsdk=/<br>

Optionally:  --with-framework-name=python64<br><br>After this configure, the usual:<br>make<br>sudo make install<br><br>Hope that helps.<span><font color="#888888"><br>-Rob<br><br></font></span><div class="gmail_quote">
<div>On Thu, Oct 11, 2012 at 4:00 PM, Tom Yarrish <span dir="ltr"><<a href="mailto:tom@yarrish.com" target="_blank">tom@yarrish.com</a>></span> wrote:<br>
</div><div><div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey all,<br>
So I wanted to find out if there is a decent install doc on getting<br>
Python 2.x (from source) running correctly on OS X (in this case 10.6<br>
and higher).  I'm still in the process of googling, but I wasn't sure<br>
if anyone had a good reference guide to work off of.<br>
<br>
I've seen a lot about how there are some minor annoyances in how Apple<br>
packages it, and I run into some of them now and then when I'm trying<br>
to install some python modules that are more geared for *nix systems.<br>
<br>
So aside from running a Linux VM to do my Python stuff, are there any<br>
other good resources to look at?<br>
<br>
Thanks,<br>
Tom<br>
_______________________________________________<br>
Chicago mailing list<br>
<a href="mailto:Chicago@python.org" target="_blank">Chicago@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/chicago" target="_blank">http://mail.python.org/mailman/listinfo/chicago</a><br>
</blockquote></div></div></div><br>
<br>_______________________________________________<br>
Chicago mailing list<br>
<a href="mailto:Chicago@python.org" target="_blank">Chicago@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/chicago" target="_blank">http://mail.python.org/mailman/listinfo/chicago</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________<br>
Chicago mailing list<br>
<a href="mailto:Chicago@python.org">Chicago@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/chicago" target="_blank">http://mail.python.org/mailman/listinfo/chicago</a><br>
<br></blockquote></div><br>