Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named helpers #59

Open
khamidziyo opened this issue Aug 6, 2019 · 2 comments
Open

No module named helpers #59

khamidziyo opened this issue Aug 6, 2019 · 2 comments

Comments

@khamidziyo
Copy link

"Traceback (most recent call last):",
" File "/home/kziyoev-a/.ansible/tmp/ansible-tmp-1565102328.316747-98431241407339/sat_export.py", line 18, in ",
" import helpers",
"ImportError: No module named helpers"

@ozchrisishere
Copy link
Collaborator

Hi,
Are you able to post some more information what you were trying to do with the exports?

Cheers

Chris

@caitelatte
Copy link
Contributor

@khamidziyo This looks like you could have been running the sat_export.py script in a different location - it needs to be located next to its helper.py module as well, and the config file accessible by relative path config/config.yml from whereever the script is running. You should modify your ansible play to use the sat_export.py script from its configured or installed location.

If that's not an accurate summary of how you raised this issue, please provide more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants