Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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; '(the': 0.15; '(assuming': 0.16; '-name': 0.16; 'command:': 0.16; 'descending': 0.16; 'file).': 0.16; 'received:mac.com': 0.16; 'stepping': 0.16; 'subject:gone': 0.16; 'subject:where': 0.16; 'sudo': 0.16; 'wrote:': 0.17; 'pointed': 0.17; 'received:10.0.1': 0.17; '(or': 0.18; '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; 'python).': 0.29; 'that.': 0.30; 'received:10.0': 0.33; 'thanks': 0.34; 'received:17': 0.35; 'subject:?': 0.35; 'add': 0.36; 'charset:us-ascii': 0.36; 'problems': 0.36; 'option': 0.37; 'late': 0.37; 'subject:: ': 0.38; 'received:10': 0.38; 'different': 0.63; 'more': 0.63; '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-10_04:2012-09-06, 2012-09-10, 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-1209100223 Subject: Re: Newbie: where's the new python gone? From: "William R. Wing (Bill Wing)" In-reply-to: Date: Mon, 10 Sep 2012 16:53:07 -0400 References: <163755B1-D4FE-4660-B48B-91995D273231@mac.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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1347313996 news.xs4all.nl 6851 [2001:888:2000:d::a6]:51254 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:28861 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