I'd like to use Ansible's python API within my app built by PyInstaller. However, we faced the runtime error below:
ansible.errors.AnsibleError: Missing base YAML definition file (bad install?): /path/to/ansible/config/base.yml It seems that this yaml file is included in ansible library package. Are there any workarounds? -- You received this message because you are subscribed to the Google Groups "PyInstaller" 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]. Visit this group at https://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/d/optout.
