Open Akshaysharma101 opened 4 years ago
izip is not supported in python 3.x.
Just comment the from itertools import izip
and change function name izip() to zip(), it will work.
For basehttpserver problem, changes goes like from http.server import BaseHTTPRequestHandler,HTTPServer
, just change basehttpserver to http.server.
In case anyone is getting No module named 'SocketServer' in python3.x, change SocketServer to socketserver.
Hope this will resolve your problem.
Resolved the problem yet. Thank you
I am just unable to remove the error. The library izip and basehttpserver can't be imported in python 3.7.2. Help me out with this.