Hi, you probably need to bundle some data files with your built app. Look here for more info:
- https://pyinstaller.readthedocs.io/en/stable/spec-files.html#adding-files-to-the-bundle - https://github.com/pyinstaller/pyinstaller/wiki/Recipe-Collect-Data-Files On Wed, Apr 3, 2019 at 11:13 AM Hokuto Kagaya <[email protected]> wrote: > 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. > -- 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.
