Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run in Kivy #24

Open
bitnom opened this issue Sep 8, 2019 · 2 comments
Open

Run in Kivy #24

bitnom opened this issue Sep 8, 2019 · 2 comments

Comments

@bitnom
Copy link
Contributor

bitnom commented Sep 8, 2019

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?

@xmonader
Copy link
Owner

xmonader commented Sep 8, 2019

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

@bitnom
Copy link
Contributor Author

bitnom commented Oct 16, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants