I\'m new to python and I\'m trying to use a library. It raises an exception, and I am trying to identify which one. This is what I am trying:
except tweepy.T
Here is how I do it:
except tweepy.TweepError as e: print e.response.status