☰
Login
Signup
Home
›
Python client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14K
All Categories
0
Incidents
157
Node JS client
40
Go client
794
.Net API client
383
Kite Publisher
537
.Net / VBA / Excel (3rd party)
462
Algorithms and Strategies
1K
Java client
1.1K
API clients
406
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
May 2020
sudhirsalvi
May 2020
rakeshr
KIteconnect Import problem in kiteconnect version : 3.8.2
sudhirsalvi
May 2020
in
Python client
Hii i am facing this problem wihile importing kiteconnect
C:\Users\sudhi\Desktop>pip show kiteconnect
Name: kiteconnect
Version: 3.8.2
Summary: The official Python client for the Kite Connect trading API
Home-page:
https://kite.trade
Author: Zerodha Technology Pvt ltd. (India)
Author-email:
[email protected]
License: MIT
Location: c:\users\sudhi\appdata\local\programs\python\python36\lib\site-packages
Requires: requests, six, pyOpenSSL, enum34, python-dateutil, autobahn, pywin32
Required-by:
python version : 3.6.6
kiteconnect version : 3.8.2
on windows machine
>>> import kiteconnect
>>> from kiteconnect import KiteConnect
Traceback (most recent call last):
File "", line 1, in
ImportError: cannot import name 'KiteConnect'
Thanks
Tagged:
kiteconnect
rakeshr
May 2020
@sudhirsalvi
You can go through
this thread
.
sudhirsalvi
May 2020
@rakeshr
Now its working ,
Thank you,
This discussion has been closed.
You can go through this thread.
Now its working ,
Thank you,