Hi@akhtar,
To avoid this error make sure you have urllib module in your system. Use the below given command to install the module.
$ pip install urllib
After installing import this module in your code as follows.
import urllib
urllib.request.http.client