You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
I'm currently debugging an environment where we're seeing the
ImproperlyConfigured
error raised when importing the various boto libraries thats3boto3.py
needs to function. It would be easier to debug based on the traceback if theImproperlyConfigured
error included some information about theImportError
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.)
The text was updated successfully, but these errors were encountered: