On Tue, Oct 8, 2013 at 7:00 AM, BobAalsma <overhaalsgang_24_...@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 -- https://mail.python.org/mailman/listinfo/python-list