Catch-All with Exception

Use a generic except Exception as e as a last resort to capture any error and store its type name.
Python
Setting up Python environment...
Output