Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #56332
| 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 | <rosuav@gmail.com> |
| 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 | <d9b6f106-35fa-4438-99e3-d76fc59aab21@googlegroups.com> |
| References | <e8123e7b-4e94-41c9-9070-8a491538a14a@googlegroups.com> <mailman.812.1381174320.18130.python-list@python.org> <d9b6f106-35fa-4438-99e3-d76fc59aab21@googlegroups.com> |
| Date | Tue, 8 Oct 2013 08:30:03 +1100 |
| Subject | Re: Newbie: installation difficulties [webapp2 / babel] |
| From | Chris Angelico <rosuav@gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.819.1381181412.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Tue, Oct 8, 2013 at 7:00 AM, BobAalsma <overhaalsgang_24_bob@me.com> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Newbie: installation difficulties [webapp2 / babel] BobAalsma <overhaalsgang_24_bob@me.com> - 2013-10-07 12:12 -0700
Re: Newbie: installation difficulties [webapp2 / babel] Joel Goldstick <joel.goldstick@gmail.com> - 2013-10-07 15:31 -0400
Re: Newbie: installation difficulties [webapp2 / babel] BobAalsma <overhaalsgang_24_bob@me.com> - 2013-10-07 13:00 -0700
Re: Newbie: installation difficulties [webapp2 / babel] Joel Goldstick <joel.goldstick@gmail.com> - 2013-10-07 16:18 -0400
Re: Newbie: installation difficulties [webapp2 / babel] Chris Angelico <rosuav@gmail.com> - 2013-10-08 08:30 +1100
csiph-web