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


Groups > comp.lang.python > #56326

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-07 16:18 -0400
Subject Re: Newbie: installation difficulties [webapp2 / babel]
From Joel Goldstick <joel.goldstick@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.815.1381177132.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Mon, Oct 7, 2013 at 4:00 PM, 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
>
> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next 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