☰
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
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.