The exception you're seeing is coming from inside a python-distributed package, so this would seem to be a python pathing problem. Do you have multiple versions of python installed, and/or did you install python from source?
On Mon, Jun 23, 2014 at 3:52 PM, Nic Flores <[email protected]> wrote: > I just did a git clone and I am now running the following version of > ansible > > -bash-4.1$ ansible --version > ansible 1.7 (devel f8bf9cdeec) last updated 2014/06/23 20:27:32 (GMT +000): > > and now I get a different error: > > -bash-4.1$ ansible myserver -i ../inventory/hosts -m ping -u ansible > --ask-pass > SSH password: > > my server | FAILED >> { > "failed": true, > "msg": "Traceback (most recent call last):\n File > \"/home/ansible/.ansible/tmp/ansible-tmp-1403556652.28-139660901347999/ping\", > line 97, in <module>\n import locale\n File > \"/usr/lib64/python2.6/locale.py\", line 14, in <module>\nImportError: No > module named encodings\n", > "parsed": false > } > > any thoughts? > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/098833c3-2152-4c85-ad50-6ecd76276cc9%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/098833c3-2152-4c85-ad50-6ecd76276cc9%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAMFyvFg%3DEq-W9vFYy8yiddfiHrz7GiwSFkXk2uHtN5Wi3OAZdA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
