xmonader/pygundb

Run in Kivy

Opened this issue · 2 comments

I've used Gun a lot. I'm great with Python. I've never really used gunicorn. In general, 99% of the Python I want to run in Kivy just works with no modification. In this case, we are requiring to run gunicorn from the CLI but is there a programmatic way I can run it without the CLI? I think that would let it work in Kivy as long as gunicorn can be loaded as a module and doesn't have to be installed the system in some way.

Thoughts on how to accomplish?

we provide a gevent server tell me if that works for you? I never worked with kivy, but if you be so kind and send me an example I'll gladly help you

pasting this here to not forget: p4a apk --private $HOME/code/myapp --package=org.example.myapp --name "My WebView Application" --version 0.1 --bootstrap=webview --requirements=flask --port=5000