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

Include ImportError information in ImproperlyConfigured error raised in s3boto3.py #776

Closed
OddBloke opened this issue Oct 11, 2019 · 1 comment · Fixed by #793
Closed

Comments

@OddBloke
Copy link

I'm currently debugging an environment where we're seeing the ImproperlyConfigured error raised when importing the various boto libraries that s3boto3.py needs to function. It would be easier to debug based on the traceback if the ImproperlyConfigured error included some information about the ImportError that caused it.

(As it is now, we have to enter the environment in question and do some manual importing in a Python shell to work out which one it is. Not the worst, but certainly not as good as including it in my logs.)

@OddBloke
Copy link
Author

Thanks!

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

Successfully merging a pull request may close this issue.

1 participant