You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: