We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb59b55 commit e0b6923Copy full SHA for e0b6923
pythonforandroid/recipes/websocket-client/__init__.py
@@ -1,5 +1,11 @@
1
from pythonforandroid.toolchain import Recipe
2
3
+# if android app crashes on start with "ImportError: No module named websocket"
4
+#
5
+# copy the 'websocket' directory into your app directory to force inclusion.
6
7
+# see my example at https://github.com/debauchery1st/example_kivy_websocket-recipe
8
+
9
10
class WebSocketClient(Recipe):
11
url = 'https://github.com/debauchery1st/websocket-client/raw/master/websocket_client-0.40.0.tar.gz'
0 commit comments