On Mon, Oct 7, 2013 at 4:00 PM, 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 > > 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 -- https://mail.python.org/mailman/listinfo/python-list