On Tue, Oct 8, 2013 at 7:00 AM, 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
If the
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
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
On Mon, Oct 7, 2013 at 3:12 PM, BobAalsma wrote:
> Hi,
>
> I'm following webapp2 documentation (release 2.1).
>
> I made a mistake in following the text.
> I typed "pip install babel" and this led to errors in the installation.
> As that user is not in sudo list, I changed users, typed "sudo pip i
Hi,
I'm following webapp2 documentation (release 2.1).
I made a mistake in following the text.
I typed "pip install babel" and this led to errors in the installation.
As that user is not in sudo list, I changed users, typed "sudo pip install
babel" and everything seemed right.
Further on, the