I am trying to install kiteconnect in my python,but it is showing following error though i have cross checked twisted issue C++ everything,every other websocket package installing apart from kiteconnect. pls help me out
@sristays From the above screenshot, you seem to be using small(k) for relative import instead of capital(K) in import KiteConnect. Can you re-check that? You can check the sample code here.
Above screenshot states(at the end),
Kiteconnect is installed successfully
. You can use it further refer document.the package is still not working
From the above screenshot, you seem to be using small(k) for relative import instead of capital(K) in
import KiteConnect
. Can you re-check that?You can check the sample code here.
ur my saviour
Thank u