☰
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
152
Node JS client
39
Go client
791
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
992
Java client
1.1K
API clients
402
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
June 2017
Vivek
KiteConnect import does not allow flask server to start
mgdevilop
June 2017
in
Python client
importing kiteconnect statement causes an unknown error that does not enable flask to create a server.
Sample code-
from flask import Flask, render_template, redirect
from kiteconnect import KiteConnect
app = Flask(name)
@app
.route("/")
@app
.route("/app")
def index():
return "Hello World"
if name == "main":
app.run(debug=True)
Tagged:
python
API python client
Vivek
June 2017
@mgdevilop
Please check my response on Github -
https://github.com/rainmattertech/pykiteconnect/issues/18
Sign In
or
Register
to comment.