Skip to content

Commit e8a15c7

Browse files
committed
Added hostpython bug info to troubleshooting.rst
1 parent 1f19d72 commit e8a15c7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/source/troubleshooting.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,11 @@ This occurs if your version of colorama is too low, install version
8383

8484
If you install python-for-android with pip or via setup.py, this
8585
dependency should be taken care of automatically.
86+
87+
AttributeError: 'Context' object has no attribute 'hostpython'
88+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
89+
90+
This is a known bug in some releases. To work around it, add your
91+
python requirement explicitly,
92+
e.g. :code:`--requirements=python2,kivy`. This also applies when using
93+
buildozer, in which case add python2 to your buildozer.spec requirements.

0 commit comments

Comments
 (0)