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


Groups > comp.lang.python > #56332

Re: Newbie: installation difficulties [webapp2 / babel]

References <e8123e7b-4e94-41c9-9070-8a491538a14a@googlegroups.com> <mailman.812.1381174320.18130.python-list@python.org> <d9b6f106-35fa-4438-99e3-d76fc59aab21@googlegroups.com>
Date 2013-10-08 08:30 +1100
Subject Re: Newbie: installation difficulties [webapp2 / babel]
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.819.1381181412.18130.python-list@python.org> (permalink)

Show all headers | 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 | NextPrevious in thread | Find similar | Unroll thread


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