I am using pythonanywhere.com for kiteconnect. In bash console I have successfully installed kiteconnect and its working well when tested with 'hello' word. Please refer below picture.
Now issue is that while I am using ipyhton in same login of pythonanywhere.com, I am not able to import kiteconnect which is already installed through base console. Please refer below picture for clarity.
I even tried "pip install kiteconnect" in ipython which also shows invalid syntax.
I want to use ipython to generate access token from request token.
This seems like the issue of the environment(platform) you are using. This is outside the scope of Kite Connect.