Forums

ipython kiteconnect

I am using pythonanywhere.com for kiteconnect. In bash console I have successfully installed kiteconnect and its working well when tested with 'hello' word.

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.

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.

Requesting your support to resolve this issue.

Regards, Ashok

Hi Tisha,

Responded to your email question on the same subject. For sake of continuity just reposting it here.

It seems like you have installed kiteconnect into a different version of python vs the version that ipython is running (eg. perhaps you installed to python2.7 and you started an ipython console for python3.5?)

Alternatively, perhaps you had installed into a virtualenv and you are running ipython from outside of that virtualenv?