How to Solve NameError: name 'IncompleteRead' is not defined -- httplib

Solution: Import the 'IncompleteRead' module

# Add the following line to the top of your code
from httplib import IncompleteRead

 

For more information:
httplib IncompleteRead