Newbie: installation difficulties [webapp2 / babel]

Chris Angelico rosuav at gmail.com
Mon Oct 7 17:30:03 EDT 2013


On Tue, Oct 8, 2013 at 7:00 AM, BobAalsma <overhaalsgang_24_bob at 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



More information about the Python-list mailing list