ImportError: cannot import name KiteTicker

Guhan
I upgraded kiteconnect using pip.exe install kiteconnect --upgrade. When I made tried running the sample code provided in the github I am getting "ImportError: cannot import name KiteTicker". Am I doing anything wrong?
  • Guhan
    If I change "from kiteconnect import KiteTicker" to "from kiteconnect import WebSocket" it is working fine..
  • pracas
    Had the same issue. Heres how i resolved it.
    download the zip file from github and install using setup.py install,
  • Guhan
    Thanks, but I already did that forgot to update here. Below are the extra modules that I installed
    pyopenssl, twisted(installed from binaries), autobahn
    Also manually copy pasted few Kiteconnect files.
This discussion has been closed.