Re: [ansible-project] are there ansible branches or configurations for python 3?

2016-02-12 Thread Brian Coca
No special py3 branch, we are incrementally updating the development branch to add py3 compatibility. Sadly we are not there yet, we do take PRs that help in this respect. Keep in mind that modules and module shared code (module_utils) must still be 2.4 compatible and the main Ansible executables

[ansible-project] are there ansible branches or configurations for python 3?

2016-02-12 Thread Benjamin Golder
I'm new to ansible and naively installed ansible in a python 3 virtualenv. While running one of the first commands in the "Getting Started" documentation: ansible all -m ping -vvv I ran into an error with ansible 2.0.0.2's use of "basestring", just like this stackoverflow user: