Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3.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.068 X-Spam-Evidence: '*H*': 0.86; '*S*': 0.00; 'subject:installation': 0.07; 'executable': 0.09; 'subject: [': 0.09; 'cc:addr:python- list': 0.11; 'python': 0.11; '3)]': 0.16; 'help?': 0.16; 'path.': 0.16; 'url:mac': 0.16; 'wrote:': 0.18; 'import': 0.22; 'cc:addr:python.org': 0.22; 'mon,': 0.24; 'looks': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; 'skip:( 20': 0.30; "i'm": 0.30; 'url:mailman': 0.30; 'getting': 0.31; '>>>>': 0.31; 'correctly.': 0.31; 'file': 0.32; 'there.': 0.32; 'figure': 0.32; 'stuff': 0.32; 'run': 0.32; 'open': 0.33; 'url:python': 0.33; 'mac': 0.33; "can't": 0.35; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'subject:]': 0.38; 'pm,': 0.38; 'does': 0.39; 'sure': 0.39; 'url:mail': 0.40; 'how': 0.40; 'subject: / ': 0.60; 'here:': 0.62; 'such': 0.63; 'more': 0.64; 'pro': 0.69; 'yourself': 0.78; '4.2.1': 0.84; '4:00': 0.84; '2013,': 0.91; 'joel': 0.91; '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 :cc:content-type; bh=Y30l7uc+e+4prumXmouxaliWe+esqtBqYuicJLOu8YU=; b=QyPe/79wA4NV5jmVHnE9SJh9W5XIOd2Jn3NUrdwYVjmn2SkkohPYaMtFm5Ph1OUlTj lpi1o8LP3mT8DbnVOfL1HHA4+GBc6XpMwM7wuzdycZjzmWI08YBu9E7eYYhDHLLJDjGJ 8LQNbkLReMfGk2b5/RYnQKNKWfLia9hEtTcOYgQbwtNNnrbKa/7sp9lpj8umRUjUxACh 5jeDM2r/gatAN7gsWAGkxX4YZN5RLvGbcRZgjS4HzOHtyeaI8mBNRSUJxHRXqcmImfif BfszgVFE3o34xumpnkXjXTdReeRM3QsSk9PYzvvuQkMNwfdVUv0++Tlsfqc5JlzaNRpx uXBw== MIME-Version: 1.0 X-Received: by 10.204.71.133 with SMTP id h5mr29616619bkj.0.1381177130829; Mon, 07 Oct 2013 13:18:50 -0700 (PDT) In-Reply-To: References: Date: Mon, 7 Oct 2013 16:18:50 -0400 Subject: Re: Newbie: installation difficulties [webapp2 / babel] From: Joel Goldstick To: BobAalsma Content-Type: text/plain; charset=UTF-8 Cc: "python-list@python.org" 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: 34 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1381177132 news.xs4all.nl 15923 [2001:888:2000:d::a6]:41172 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:56326 On Mon, Oct 7, 2013 at 4:00 PM, 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 > > And > > > $ python > Python 2.7.5 (v2.7.5:ab05e7dd2788, May 13 2013, 13:18:45) > [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin > Type "help", "copyright", "credits" or "license" for more information. >>>> import babel >>>> > > Does this help? > > Bob > -- > https://mail.python.org/mailman/listinfo/python-list Bob, I'm not a pro at getting python stuff to run on Apple, but you might learn something here: http://docs.python.org/2/using/mac.html#using-python-on-a-macintosh >From the looks of it, babel doesn't seem to be in a directory where the mac looks for executables. You may want to cd yourself over to where babel is and try to run it. If that works, you have to figure out how to get babel in your executable path. I can't help you there. -- Joel Goldstick http://joelgoldstick.com