☰
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
13.8K
All Categories
0
Incidents
154
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
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,