Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #28861

Re: Newbie: where's the new python gone?

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 <wrw@mac.com>
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)" <wrw@mac.com>
In-reply-to <EA0BB3CE-0353-4933-9947-D97C8FE8853F@me.com>
Date Mon, 10 Sep 2012 16:53:07 -0400
References <cdb1cefb-77fb-401a-966f-3d84ae3aca38@googlegroups.com> <163755B1-D4FE-4660-B48B-91995D273231@mac.com> <EA0BB3CE-0353-4933-9947-D97C8FE8853F@me.com>
To Bob Aalsma <overhaalsgang_24_bob@me.com>
X-Mailer Apple Mail (2.1486)
Cc python-list@python.org, "William R. Wing \(Bill Wing\)" <wrw@mac.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.471.1347313996.27098.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Sep 10, 2012, at 11:17 AM, Bob Aalsma <overhaalsgang_24_bob@me.com> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Newbie: where's the new python gone? BobAalsma <overhaalsgang_24_bob@me.com> - 2012-09-09 07:28 -0700
  Re: Newbie: where's the new python gone? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-09 14:50 +0000
  Re: Newbie: where's the new python gone? BobAalsma <overhaalsgang_24_bob@me.com> - 2012-09-09 08:36 -0700
    Re: Newbie: where's the new python gone? Ned Deily <nad@acm.org> - 2012-09-09 10:41 -0700
  Re: Newbie: where's the new python gone? Ben Finney <ben+python@benfinney.id.au> - 2012-09-10 01:50 +1000
  Re: Newbie: where's the new python gone? Hans Mulder <hansmu@xs4all.nl> - 2012-09-09 19:44 +0200
    Re: Newbie: where's the new python gone? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-09-10 07:54 +0100
    Re: Newbie: where's the new python gone? Benjamin Kaplan <benjamin.kaplan@case.edu> - 2012-09-09 23:57 -0700
  Re: Newbie: where's the new python gone? "William R. Wing (Bill Wing)" <wrw@mac.com> - 2012-09-10 09:04 -0400
    Re: Newbie: where's the new python gone? Hans Mulder <hansmu@xs4all.nl> - 2012-09-10 17:22 +0200
  Re: Newbie: where's the new python gone? "William R. Wing (Bill Wing)" <wrw@mac.com> - 2012-09-10 16:53 -0400
  Re: Newbie: where's the new python gone? Bob Aalsma <overhaalsgang_24_bob@me.com> - 2012-09-11 09:52 +0200
  Re: Newbie: where's the new python gone? "William R. Wing (Bill Wing)" <wrw@mac.com> - 2012-09-11 08:26 -0400

csiph-web