# make clean
Cleaning up distutils stuff
rm -rf build
rm -rf dist
Cleaning up byte compiled python stuff
find . -type f -regex ".*\.py[co]$" -delete
Cleaning up editor backup files
find . -type f \( -name "*~" -or -name "#*" \) -delete
find . -type f \( -name "*.swp" \) -delete
Cleaning up manpage stuff
find ./docs/man -type f -name "*.xml" -delete
find ./docs/man -type f -name "*.asciidoc" -delete
find ./docs/man/man3 -type f -name "*.3" -delete
Cleaning up output from test runs
rm -rf test/test_data
Cleaning up RPM building stuff
rm -rf MANIFEST rpm-build
Cleaning up Debian building stuff
rm -rf debian
rm -rf deb-build
rm -rf docs/json
rm -rf docs/js
Cleaning up authors file
rm -f AUTHORS.TXT
find . -type f -name '*.pyc' -delete
# ansible --version
Traceback (most recent call last):
  File "/opt/apps/ansible/bin/ansible", line 36, in <module>
    from ansible.runner import Runner
ImportError: No module named ansible.runner




On Friday, December 4, 2015 at 2:06:22 PM UTC, Brian Coca wrote:
>
> try running 'make clean' as 'runner' does not exist in 2.0, it seems you 
> are getting 1.9 files in the mix, might be old .pyc that wont be removed by 
> switching branches.
>

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/f086d6ab-55bc-4afc-9cfc-b850b5dfd0b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to