Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'output': 0.04; 'frameworks': 0.05; 'executable': 0.07; 'python': 0.09; 'directions': 0.09; 'prevents': 0.09; 'sep': 0.09; 'cc:addr :python-list': 0.10; 'subject:python': 0.11; '2.7': 0.13; '(the': 0.15; '(assuming': 0.16; '-name': 0.16; 'command:': 0.16; 'descending': 0.16; 'file).': 0.16; 'output?': 0.16; 'received:mac.com': 0.16; 'stepping': 0.16; 'subject:gone': 0.16; 'subject:where': 0.16; 'sudo': 0.16; 'wing': 0.16; 'wrote:': 0.17; 'pointed': 0.17; 'received:10.0.1': 0.17; '(in': 0.18; '>>>': 0.18; '(or': 0.18; 'downloaded': 0.24; 'cc:no real name:2**0': 0.24; 'device': 0.24; 'external': 0.24; 'cc:2**1': 0.24; 'cc:addr:python.org': 0.25; 'am,': 0.27; 'in.': 0.27; 'run': 0.28; 'python).': 0.29; 'url:mailman': 0.29; 'install': 0.29; 'that.': 0.30; 'error': 0.30; 'url:python': 0.32; 'url:listinfo': 0.32; '11,': 0.33; 'received:10.0': 0.33; 'thanks': 0.34; 'received:17': 0.35; 'so,': 0.35; 'subject:?': 0.35; 'add': 0.36; 'url:org': 0.36; 'apple': 0.36; "didn't": 0.36; 'charset:us-ascii': 0.36; 'problems': 0.36; 'option': 0.37; 'late': 0.37; 'subject:: ': 0.38; 'received:10': 0.38; 'notice': 0.39; 'url:mail': 0.40; 'your': 0.60; 'procedure': 0.61; 'different': 0.63; 'more': 0.63; 'william': 0.78; 'bill,': 0.84; 'bob': 0.91; 'piping': 0.91 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.7.7855,1.0.431,0.0.0000 definitions=2012-09-11_03:2012-09-06, 2012-09-11, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1203120001 definitions=main-1209110089 Subject: Re: Newbie: where's the new python gone? From: "William R. Wing (Bill Wing)" In-reply-to: <26C63E01-6D76-4922-85C3-5026BA8E6617@me.com> Date: Tue, 11 Sep 2012 08:26:21 -0400 References: <163755B1-D4FE-4660-B48B-91995D273231@mac.com> <26C63E01-6D76-4922-85C3-5026BA8E6617@me.com> To: Bob Aalsma X-Mailer: Apple Mail (2.1486) Cc: python-list@python.org, "William R. Wing \(Bill Wing\)" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 30 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1347370008 news.xs4all.nl 6973 [2001:888:2000:d::a6]:33419 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:28886 On Sep 11, 2012, at 3:52 AM, Bob Aalsma wrote: > > Op 10 Sep 2012, om 22:53 heeft William R. Wing (Bill Wing) het volgende geschreven: > >> On Sep 10, 2012, at 11:17 AM, Bob Aalsma wrote: >> >>> Well, Bill, better late than never - thanks for stepping in. >>> You are right, my problems are not yet solved ;) >> >> As Hans pointed out, you are looking for python, not Python (the frameworks are named Python, the executable is python). Sorry about that. >> >> To eliminate the output from TimeMachine (assuming it is using an external drive or a TimeCapsule), add one more option to the find command: >> >> $ sudo find -x / -name python -print (or follow his directions for piping to a file). >> >> The -x option prevents find from descending into a volume with a different device number from the one you started on. >> >> -Bill >> > > -- > http://mail.python.org/mailman/listinfo/python-list Well, clearly, the only copies of python 2.7 on your system are from Apple (in System/Library and associated with Xcode). 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. Can you run the install procedure again and capture the output? -Bill