☰
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.9K
All Categories
0
Incidents
156
Node JS client
40
Go client
793
.Net API client
381
Kite Publisher
537
.Net / VBA / Excel (3rd party)
459
Algorithms and Strategies
1K
Java client
1.1K
API clients
404
PHP client
4K
Python client
348
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
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.