Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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.051 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'subject:installation': 0.07; 'subject: [': 0.09; 'try:': 0.09; 'python': 0.11; 'extension.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'correctly.': 0.31; 'implicit': 0.31; 'invoke': 0.31; 'file': 0.32; 'open': 0.33; 'mac': 0.33; 'problem': 0.35; "can't": 0.35; 'received:google.com': 0.35; 'add': 0.35; 'subject:]': 0.38; 'to:addr:python-list': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.39; 'called': 0.40; 'subject: / ': 0.60; 'helps': 0.61; 'such': 0.63; '7:00': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ZouPrlmBSp68Ob0JVc9LmDEUAsR6Q1z6TSdwFgrO76c=; b=PVinCwDoobWaAtRTHseChbr+Z/RCGa1s+y01iCdaGipg6pYDpIDmJ9Mw2xIfSOMHxY iSGSpS7ZzczNypuzbnpzEhRRDmjIW+0YwyFyCibyCvSeNpfW6A9KA79lacvAIVlZN6EK 3jF5WWvaNi1iL4XYgZPltdiyYoPDP15gCQqzaPo9WBhA0UqKm6d1GOaBaoWAmBovyR6s CDdLOCbD8KaQeuaisKaavG690z9sU8dVgRUDM+wQL6vVScVt8/zxZV+edVytXdxW941b ChbsoCPzG6gqmUQZyQCZ/CUunCYtpFOAqHnwRx3pIAMkEl8l7FlmETrLCzBPkZHQY4L8 aQlA== MIME-Version: 1.0 X-Received: by 10.66.246.229 with SMTP id xz5mr5962252pac.128.1381181403682; Mon, 07 Oct 2013 14:30:03 -0700 (PDT) In-Reply-To: References: Date: Tue, 8 Oct 2013 08:30:03 +1100 Subject: Re: Newbie: installation difficulties [webapp2 / babel] From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1381181413 news.xs4all.nl 15992 [2001:888:2000:d::a6]:37647 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:56332 On Tue, Oct 8, 2013 at 7:00 AM, BobAalsma wrote: > Well Joel, umm, I'm not sure if I understand you correctly. > > $ python babel > /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file 'babel': [Errno 2] No such file or directory If the file's called babel.py, you have to invoke it that way - Python won't add an implicit file extension. Not sure if that helps your problem or not - I don't know babel, nor Mac OS. Try: $ python babel.py ChrisA