<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hmm, this feels embarrassing but the good news is that, on seeing the errors, I remember using a "sudo" with the make install and only later finding out that I shouldn't have.</div><div><br></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><div>Last login: Tue Sep 11 09:46:11 on ttys000</div></div><div><div>macpro1:~ debaas$ pwd</div></div><div><div>/Users/debaas</div></div><div><div>macpro1:~ debaas$ ls</div></div><div><div>Desktop<span class="Apple-tab-span" style="white-space:pre">                </span>Documents<span class="Apple-tab-span" style="white-space:pre">   </span>Downloads<span class="Apple-tab-span" style="white-space:pre">   </span>Library<span class="Apple-tab-span" style="white-space:pre">             </span>Movies<span class="Apple-tab-span" style="white-space:pre">              </span>Music<span class="Apple-tab-span" style="white-space:pre">               </span>Pictures<span class="Apple-tab-span" style="white-space:pre">    </span>Public<span class="Apple-tab-span" style="white-space:pre">              </span>Sites</div></div><div><div>macpro1:~ debaas$ cd Desktop/</div></div><div><div>macpro1:Desktop debaas$ cd Python-2.7.3/</div></div><div><div>macpro1:Python-2.7.3 debaas$ ls /usr/local</div></div><div><div>apache2<span class="Apple-tab-span" style="white-space:pre"> </span>bin<span class="Apple-tab-span" style="white-space:pre"> </span>clamXav<span class="Apple-tab-span" style="white-space:pre">     </span>include<span class="Apple-tab-span" style="white-space:pre">     </span>lib<span class="Apple-tab-span" style="white-space:pre"> </span>libexec<span class="Apple-tab-span" style="white-space:pre">     </span>share</div></div><div><div>macpro1:Python-2.7.3 debaas$ make install</div></div><div><div>/usr/bin/install -c python.exe /usr/local/bin/python2.7</div></div><div><div>install: /usr/local/bin/python2.7: Permission denied</div></div><div><div>make: *** [altbininstall] Error 71</div></div></blockquote><div><br></div><div>So how to proceed here?</div><div><br></div><div>-Bob</div><br><div><div>Op 11 Sep 2012, om 14:26 heeft William R. Wing (Bill Wing) het volgende geschreven:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>On Sep 11, 2012, at 3:52 AM, Bob Aalsma <<a href="mailto:overhaalsgang_24_bob@me.com">overhaalsgang_24_bob@me.com</a>> wrote:<br><br><blockquote type="cite"><c.c><br></blockquote><blockquote type="cite">Op 10 Sep 2012, om 22:53 heeft William R. Wing (Bill Wing) het volgende geschreven:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><blockquote type="cite">On Sep 10, 2012, at 11:17 AM, Bob Aalsma <<a href="mailto:overhaalsgang_24_bob@me.com">overhaalsgang_24_bob@me.com</a>> wrote:<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><blockquote type="cite">Well, Bill, better late than never - thanks for stepping in.<br></blockquote></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><blockquote type="cite">You are right, my problems are not yet solved ;)<br></blockquote></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">As Hans pointed out, you are looking for python, not Python (the frameworks are named Python, the executable is python).  Sorry about that.<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">To eliminate the output from TimeMachine (assuming it is using an external drive or a TimeCapsule), add one more option to the find command:<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">$ sudo find -x / -name python -print  (or follow his directions for piping to a file).<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">The -x option prevents find from descending into a volume with a different device number from the one you started on.<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">-Bill<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">-- <br></blockquote><blockquote type="cite"><a href="http://mail.python.org/mailman/listinfo/python-list">http://mail.python.org/mailman/listinfo/python-list</a><br></blockquote><br>Well, clearly, the only copies of python 2.7 on your system are from Apple (in System/Library and associated with Xcode).<br>So, either the one you downloaded overwrote one of them, or the install failed and you didn't notice the error go zooming by in a listing.<br><br>Can you run the install procedure again and capture the output?<br><br>-Bill</div></blockquote></div><br></body></html>