Hi Kailash...
Now I am able to login kite by using sample code given at https://github.com/rainmattertech/pykiteconnect.
kite = KiteConnect(api_key="xxxxxx")
user = kite.request_access_token(request_token="zzzzzz",
…
I have tried to get the access_token by redirecting to https://127.0.0.1 and then tried to login .
Below are the errors I am getting
Warning (from warnings module):
File "C:\Users\tannirus\AppData\Local\Programs\Python\Python35\lib\site-package…