pymongo.errors.ServerSelectionTimeoutError: localhost:27017: [Errno 104] code example
Example: pymongo.errors.ServerSelectionTimeoutError: localhost:27017
# maybe your server inactive state check that onces
service mongodb status
#if Active: inactive then start your server up and run
service mongodb start
# after that exicute your code