Closed Watashis closed 2 years ago
There're two different commands and two different errors here.
The first error when you build via p4a
command is a linking error:
/home/vladislav/Android/android-ndk-r17c/toolchains/llvm/prebuilt/linux-x86_64/bin/clang: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
So it looks like libtinfo
cannot be found during the linking. So maybe try installing that in your system?
The other error when you build via buildozer
is at configure time, but we need config.log
to know what happened.
where to find config.log
?
p4a apk --private /home/vladislav/coding/python/0 --package=org.example.myapp --name "My application" --version 0.1 --bootstrap=sdl2 --requirements=python3,kivy
import kivy
kivy.require('1.10.1')
from kivy.app import App
from kivy.uix.button import Button
class DummyApp(App):
def build(self):
return Button(text="Hello World")
if __name__ == '__main__':
DummyApp().run()
[INFO]: Will compile for the following archs: armeabi-v7a
[INFO]: Android API target was not set manually, using the default of 27
[INFO]: Available Android APIs are (21, 27, 28)
[INFO]: Requested API target 27 is available, continuing.
[INFO]: Found NDK dir in $ANDROIDNDK: /home/vladislav/Android/android-ndk-r17c
[INFO]: Found NDK revision 17.2.4988734
[WARNING]: NDK API target was not set manually, using the default of 21 = min(android-api=27, default ndk-api=21)
[INFO]: Found virtualenv at /usr/bin/virtualenv
[INFO]: ccache is missing, the build will not be optimized in the future.
[INFO]: Found the following toolchain versions: ['4.9']
[INFO]: Picking the latest gcc toolchain, here 4.9
[INFO]: Of the existing distributions, the following meet the given requirements:
[INFO]: unnamed_dist_22: min API 21, includes recipes (hostpython3, libffi, openssl, sdl2_image, sdl2_mixer, sdl2_ttf, sqlite3, python3, sdl2, six, pyjnius, android, kivy), built for archs (armeabi-v7a)
[INFO]: unnamed_dist_22 has compatible recipes, using this one
[INFO]: Of the existing distributions, the following meet the given requirements:
[INFO]: unnamed_dist_22: min API 21, includes recipes (hostpython3, libffi, openssl, sdl2_image, sdl2_mixer, sdl2_ttf, sqlite3, python3, sdl2, six, pyjnius, android, kivy), built for archs (armeabi-v7a)
[INFO]: unnamed_dist_22 has compatible recipes, using this one
[INFO]: -> directory context /home/vladislav/.local/share/python-for-android/dists/unnamed_dist_22
WARNING: Received a --sdk argument, but this argument is deprecated and does nothing.
No compiled python is present to zip, skipping.
Listing '/tmp/p4a-extra-env-tt5qlc8q'...
Listing '/home/vladislav/coding/python/0'...
Listing '/home/vladislav/coding/python/0/.buildozer'...
Listing '/home/vladislav/coding/python/0/.buildozer/android'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/app'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/build.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/gradle'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/gradle/wrapper'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/VisualC'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/VisualC-WinRT'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/Xcode'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/Xcode-iOS'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/acinclude'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/android-project'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/build-scripts'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/cmake'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/debian'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/docs'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/src'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/test'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/wayland-protocols'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image/VisualC'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image/VisualC-WinRT'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image/VisualCE'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image/Xcode'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image/Xcode-iOS'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image/acinclude'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image/debian'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image/external'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer/VisualC'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer/Xcode'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer/Xcode-iOS'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer/acinclude'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer/build-scripts'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer/debian'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer/external'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer/native_midi'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer/timidity'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_ttf'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_ttf/VisualC'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_ttf/Xcode'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_ttf/Xcode-iOS'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_ttf/acinclude'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_ttf/debian'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_ttf/external'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/application'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/application/src'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/src'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/src/main'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/src/main/assets'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/src/main/java'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/src/main/jniLibs'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/src/main/libs'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/src/main/res'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/src/patches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/templates'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android/android'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android/android/__init__.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android/android/activity.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android/android/billing.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android/android/broadcast.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android/android/config.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android/android/loadingscreen.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android/android/mixer.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android/android/permissions.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android/android/runnable.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android/setup.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Demo'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Doc'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Doc/conf.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Grammar'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Include'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/BaseHTTPServer.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/BaseHTTPServer.py", line 330
except socket.timeout, e:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/Bastion.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/Bastion.py", line 103
raise RuntimeError, "This code is not secure in Python 2.2 and later"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/CGIHTTPServer.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/CGIHTTPServer.py", line 369
return st.st_mode & 0111 != 0
^
SyntaxError: invalid token
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/ConfigParser.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/ConfigParser.py", line 261
raise ValueError, 'Invalid section name: %s' % section
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/Cookie.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/DocXMLRPCServer.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/DocXMLRPCServer.py", line 272
print 'Content-Type: text/html'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Content-Type: text/html')?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/HTMLParser.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/MimeWriter.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/Queue.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/SimpleHTTPServer.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/SimpleXMLRPCServer.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/SimpleXMLRPCServer.py", line 265
except Fault, fault:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/SocketServer.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/SocketServer.py", line 347
print '-'*40
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('-'*40)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/StringIO.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/StringIO.py", line 40
raise ValueError, "I/O operation on closed file"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/UserDict.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/UserDict.py", line 167
raise TypeError, "pop expected at most 2 arguments, got "\
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/UserList.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/UserString.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/UserString.py", line 170
raise TypeError, "invalid step in slicing assignment"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/_LWPCookieJar.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/_MozillaCookieJar.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/__future__.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/__phello__.foo.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/_abcoll.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/_osx_support.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/_pyio.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/_strptime.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/_strptime.py", line 112
for hour in (01,22):
^
SyntaxError: invalid token
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/_threading_local.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/_weakrefset.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/abc.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/aifc.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/aifc.py", line 145
_AIFC_version = 0xA2805140L # Version 1 of AIFF-C
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/antigravity.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/anydbm.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/anydbm.py", line 53
raise ImportError, "no dbm clone found; tried %s" % _names
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/argparse.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/ast.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/asynchat.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/asynchat.py", line 116
except socket.error, why:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/asyncore.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/asyncore.py", line 115
except socket.error, e:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/atexit.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/atexit.py", line 34
raise exc_info[0], exc_info[1], exc_info[2]
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/audiodev.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/audiodev.py", line 89
raise error, 'bad output rate'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/base64.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/base64.py", line 76
except binascii.Error, msg:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/bdb.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/bdb.py", line 62
print 'bdb.Bdb.dispatch: unknown debugging event:', repr(event)
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/binhex.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/binhex.py", line 193
raise Error, 'Filename too long'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/bisect.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/cProfile.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/cProfile.py", line 61
print "Documentation for the profile/cProfile modules can be found "
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Documentation for the profile/cProfile modules can be found ")?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/calendar.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/calendar.py", line 270
print self.formatweek(theweek, width),
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/cgi.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/cgi.py", line 155
raise ValueError, 'Maximum content length exceeded'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/cgitb.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/chunk.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/chunk.py", line 95
raise ValueError, "I/O operation on closed file"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/cmd.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/cmd.py", line 362
raise TypeError, ("list[i] not a string for i in %s" %
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/code.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/code.py", line 103
exec code in self.locals
^
SyntaxError: Missing parentheses in call to 'exec'
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/codecs.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/codecs.py", line 16
except ImportError, why:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/codeop.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/codeop.py", line 83
except SyntaxError, err:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/collections.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/collections.py", line 379
print class_definition
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(class_definition)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/colorsys.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/commands.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/compileall.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/compileall.py", line 35
print 'Listing', dir, '...'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Listing', dir, '...')?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/contextlib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/contextlib.py", line 37
except StopIteration, exc:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/cookielib.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/copy.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/copy.py", line 370
l = [None, 1, 2L, 3.14, 'xyzzy', (1, 2L), [3.14, 'abc'],
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/copy_reg.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/copy_reg.py", line 70
raise TypeError, "can't pickle %s objects" % base.__name__
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/csv.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/csv.py", line 53
except TypeError, e:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/dbhash.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/dbhash.py", line 17
def open(file, flag = 'r', mode=0666):
^
SyntaxError: invalid token
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/decimal.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/decimal.py", line 2138
a = 1L << -(-_nbits(xc)//n) # initial estimate
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/difflib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/difflib.py", line 918
raise ValueError, 'unknown tag %r' % (tag,)
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/dircache.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/dis.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/dis.py", line 36
print "Disassembly of %s:" % name
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Disassembly of %s:" % name)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/doctest.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/doctest.py", line 393
raise TypeError, 'Expected a module: %r' % module
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/dumbdbm.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/dumbdbm.py", line 163
raise TypeError, "keys and values must be strings"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/dummy_thread.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/dummy_threading.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/filecmp.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/filecmp.py", line 150
except os.error, why:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/fileinput.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/fileinput.py", line 95
raise RuntimeError, "input() already active"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/fnmatch.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/formatter.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/formatter.py", line 327
print "new_alignment(%r)" % (align,)
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/fpformat.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/fpformat.py", line 42
if res is None: raise NotANumber, s
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/fractions.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/ftplib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/ftplib.py", line 145
print '*welcome*', self.sanitize(self.welcome)
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/functools.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/genericpath.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/getopt.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/getopt.py", line 210
print getopt(sys.argv[1:], "a:b", ["alpha=", "beta"])
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/getpass.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/getpass.py", line 50
except EnvironmentError, e:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/gettext.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/gettext.py", line 334
LE_MAGIC = 0x950412deL
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/glob.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/gzip.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/gzip.py", line 129
raise IOError, "Mode " + mode + " not supported"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/hashlib.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/heapq.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/heapq.py", line 482
print sort
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(sort)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/hmac.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/htmlentitydefs.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/htmllib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/htmllib.py", line 471
except IOError, msg:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/httplib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/httplib.py", line 398
print "reply:", repr(line)
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/ihooks.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/ihooks.py", line 92
print format%args
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(format%args)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/imaplib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/imaplib.py", line 873
except (socket.error, OSError), val:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/imghdr.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/imghdr.py", line 145
print filename + '/:',
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(filename + '/:', end=" ")?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/imputil.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/imputil.py", line 109
raise ImportError, 'No module named ' + fqname
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/inspect.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/io.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/keyword.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/linecache.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/locale.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/locale.py", line 90
raise Error, '_locale emulation only supports "C" locale'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/macpath.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/macpath.py", line 148
raise norm_error, 'Cannot use :: immediately after volume name'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/macurl2path.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/macurl2path.py", line 18
raise RuntimeError, 'Cannot convert non-local URL to pathname'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mailbox.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mailbox.py", line 257
os.mkdir(self._path, 0700)
^
SyntaxError: invalid token
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mailcap.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mailcap.py", line 222
print "usage: mailcap [MIMEtype file] ..."
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("usage: mailcap [MIMEtype file] ...")?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/markupbase.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/md5.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mhlib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mhlib.py", line 74
FOLDER_PROTECT = 0700
^
SyntaxError: invalid token
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mimetools.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mimetools.py", line 173
raise ValueError, \
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mimetypes.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mimetypes.py", line 572
print USAGE
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(USAGE)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mimify.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mimify.py", line 441
print usage
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(usage)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/modulefinder.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/modulefinder.py", line 111
print " ",
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(" ", end=" ")?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/multifile.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/multifile.py", line 67
raise Error, "can't use whence=2 yet"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mutex.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/netrc.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/netrc.py", line 145
print netrc()
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/new.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/nntplib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/nntplib.py", line 136
except NNTPTemporaryError, e:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/ntpath.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/nturl2path.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/nturl2path.py", line 28
raise IOError, error
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/numbers.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/opcode.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/optparse.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/optparse.py", line 250
raise NotImplementedError, "subclasses must implement"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/os.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/os.py", line 117
raise ImportError, 'no os specific module found'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/os2emxpath.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pdb.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pdb.py", line 219
print repr(obj)
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pickle.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pickle.py", line 865
except _Stop, stopinst:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pickletools.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pickletools.py", line 1770
print "skipping %r: it doesn't look like an opcode name" % name
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("skipping %r: it doesn't look like an opcode name" % name)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pipes.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pipes.py", line 111
raise TypeError, \
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pkgutil.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pkgutil.py", line 541
except IOError, msg:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/platform.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/platform.py", line 386
raise ValueError,'popen()-emulation only supports read mode'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/plistlib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/plistlib.py", line 301
raise AttributeError, attr
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/popen2.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/poplib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/poplib.py", line 96
if self._debugging > 1: print '*put*', repr(line)
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/posixfile.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/posixfile.py", line 83
raise TypeError, 'posixfile.fileopen() arg must be file object'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/posixpath.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/posixpath.py", line 292
_uvarprog = re.compile(ur'\$(\w+|\{[^}]*\})', re.UNICODE)
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pprint.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pprint.py", line 342
print "_safe_repr:", t2 - t1
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("_safe_repr:", t2 - t1)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/profile.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/profile.py", line 88
print "Documentation for the profile module can be found "
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Documentation for the profile module can be found ")?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pstats.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pstats.py", line 75
raise ValueError, "unrecognized keyword args: %s" % extras
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pty.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pty.py", line 58
tty_name, master_fd = sgi._getpty(os.O_RDWR, 0666, 0)
^
SyntaxError: invalid token
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/py_compile.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/py_compile.py", line 114
except Exception,err:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pyclbr.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pyclbr.py", line 335
print "class", obj.name, obj.super, obj.lineno
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("class", obj.name, obj.super, obj.lineno)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pydoc.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pydoc.py", line 373
raise TypeError, message
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/quopri.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/quopri.py", line 197
except getopt.error, msg:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/random.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/random.py", line 141
except ValueError, e:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/re.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/re.py", line 247
raise TypeError, "first argument must be string or compiled pattern"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/repr.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/rexec.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/rexec.py", line 64
exec TEMPLATE % (m, m)
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/rfc822.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/rfc822.py", line 119
raise IOError, "unseekable file"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/rlcompleter.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/rlcompleter.py", line 60
raise TypeError,'namespace must be a dictionary'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/robotparser.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/runpy.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/runpy.py", line 72
exec code in run_globals
^
SyntaxError: Missing parentheses in call to 'exec'
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sched.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sets.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sets.py", line 76
raise TypeError, ("BaseSet is an abstract class. "
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sgmllib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sgmllib.py", line 390
print '*** Unbalanced </' + tag + '>'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('*** Unbalanced </' + tag + '>')?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sha.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/shelve.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/shlex.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/shlex.py", line 56
print 'shlex: reading from %s, line %d' \
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('shlex: reading from %s, line %d' \)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/shutil.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/shutil.py", line 118
except OSError, why:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/site.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/site.py", line 152
exec line
^
SyntaxError: Missing parentheses in call to 'exec'
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/smtpd.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/smtpd.py", line 123
except socket.error, err:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/smtplib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/smtplib.py", line 312
raise socket.error, "nonnumeric port"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sndhdr.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sndhdr.py", line 211
print filename + '/:',
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(filename + '/:', end=" ")?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/socket.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/socket.py", line 356
except error, e:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sre.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sre_compile.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sre_compile.py", line 23
MAXCODE = 0xFFFFFFFFL
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sre_constants.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sre_constants.py", line 263
print "done"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("done")?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sre_parse.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sre_parse.py", line 81
raise error, ("redefinition of group name %s as group %d; "
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/ssl.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/stat.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/stat.py", line 22
return mode & 07777
^
SyntaxError: invalid token
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/statvfs.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/string.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/string.py", line 70
raise ValueError, "maketrans arguments must have same length"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/stringold.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/stringold.py", line 391
raise ValueError, "maketrans arguments must have same length"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/stringprep.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/struct.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/subprocess.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/subprocess.py", line 408
raise exc_type, exc_value, exc_trace
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sunau.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sunau.py", line 122
AUDIO_UNKNOWN_SIZE = 0xFFFFFFFFL # ((unsigned)(~0))
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sunaudio.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sunaudio.py", line 22
raise error, 'gethdr: bad magic word'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/symbol.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/symtable.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/symtable.py", line 230
raise ValueError, "name is bound to multiple namespaces"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sysconfig.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sysconfig.py", line 147
except KeyError, var:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/tabnanny.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/tabnanny.py", line 46
except getopt.error, msg:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/tarfile.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/tarfile.py", line 136
S_IFLNK = 0120000 # symbolic link
^
SyntaxError: invalid token
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/telnetlib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/telnetlib.py", line 241
print 'Telnet(%s,%s):' % (self.host, self.port),
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/tempfile.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/tempfile.py", line 216
raise IOError, (_errno.ENOENT,
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/textwrap.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/textwrap.py", line 429
print dedent("Hello there.\n This is indented.")
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/this.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/this.py", line 28
print "".join([d.get(c, c) for c in s])
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/threading.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/threading.py", line 1299
print item
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(item)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/timeit.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/timeit.py", line 144
exec code in globals(), ns
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/toaiff.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/toaiff.py", line 86
raise error, filename + ': uncompress failed'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/token.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/token.py", line 95
except IOError, err:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/tokenize.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/tokenize.py", line 153
print "%d,%d-%d,%d:\t%s\t%s" % \
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("%d,%d-%d,%d:\t%s\t%s" % \)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/trace.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/trace.py", line 244
except (IOError, EOFError, ValueError), err:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/traceback.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/tty.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/types.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/urllib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/urllib.py", line 216
except socket.error, msg:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/urllib2.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/urllib2.py", line 254
raise AttributeError, attr
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/urlparse.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/urlparse.py", line 417
raise ValueError, "bad query field: %r" % (name_value,)
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/user.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/uu.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/uu.py", line 75
mode = 0666
^
SyntaxError: invalid token
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/uuid.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/uuid.py", line 153
if not 0 <= time_low < 1<<32L:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/warnings.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/warnings.py", line 129
except _OptionError, msg:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/wave.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/wave.py", line 131
raise Error, 'file does not start with RIFF id'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/weakref.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/weakref.py", line 85
raise KeyError, key
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/webbrowser.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/webbrowser.py", line 687
except getopt.error, msg:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/whichdb.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/whichdb.py", line 117
print whichdb(filename) or "UNKNOWN", filename
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/xdrlib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/xdrlib.py", line 80
self.pack_uint(x>>32 & 0xffffffffL)
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/xmllib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/xmllib.py", line 813
print 'xml: encoding =',encoding,'standalone =',standalone
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('xml: encoding =',encoding,'standalone =',standalone)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/xmlrpclib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/xmlrpclib.py", line 194
MAXINT = 2L**31-1
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/zipfile.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/zipfile.py", line 399
raise RuntimeError, "Corrupt extra field %s"%(ln,)
^
SyntaxError: invalid syntax
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Mac'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Mac/Extras.install.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Mac/Extras.install.py", line 28
print "mkdir", curdst
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("mkdir", curdst)?
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Misc'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Misc/BeOS-setup.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Misc/BeOS-setup.py", line 130
except (CCompilerError, DistutilsError), why:
^
SyntaxError: invalid syntax
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Modules'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Modules/cgen.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Modules/cgen.py", line 36
print i,
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(i, end=" ")?
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Objects'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/PC'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/PC/testpy.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/PC/testpy.py", line 11
print """Could not import the standard "os" module.
Please check your PYTHONPATH environment variable."""
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("""Could not import the standard "os" module.
Please check your PYTHONPATH environment variable.""")?
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/PCbuild'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/PCbuild/field3.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/PCbuild/get_external.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/PCbuild/prepare_ssl.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/PCbuild/rmpyc.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Parser'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Parser/asdl.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Parser/asdl.py", line 99
raise ValueError, "unmatched input: %s" % `s`
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Parser/asdl_c.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Parser/asdl_c.py", line 1240
print "Must specify exactly one output file"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Must specify exactly one output file")?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Parser/spark.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Parser/spark.py", line 62
print "Lexical error at position %s" % pos
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Lexical error at position %s" % pos)?
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Python'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Python/makeopcodetargets.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/RISCOS'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Tools'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/native-build'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/native-build/python-gdb.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/setup.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/setup.py", line 281
print "%-*s %-*s %-*s" % (longest, e, longest, f,
^
SyntaxError: invalid syntax
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/.ci'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/.github'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/doc'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/doc/__init__.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/doc/autobuild.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/doc/gallery.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/examples'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/__init__.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/animation.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/app.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/atlas.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/base.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/cache.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/clock.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/compat.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/config.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/context.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/event.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/factory.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/factory_registers.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/geometry.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/gesture.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/interactive.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/loader.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/logger.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/metrics.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/multistroke.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/parser.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/resources.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/support.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/utils.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/vector.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/weakmethod.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/setup.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/docs'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/jnius'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/jnius/__init__.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/jnius/reflect.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/jnius/signatures.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/jnius_config.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/setup.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/setup_sdist.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_assignable.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_bad_declaration.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_basics.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_bytearray.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_cast.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_class_argument.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_enum.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_export_class.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_implementation.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_interface.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_jnitable_overflow.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_method_multiple_signatures.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_multidimension.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_output_args.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_proxy.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_reflect.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_signature.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_simple.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Demo'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Doc'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Doc/conf.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Grammar'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Include'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/BaseHTTPServer.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/BaseHTTPServer.py", line 330
except socket.timeout, e:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/Bastion.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/Bastion.py", line 103
raise RuntimeError, "This code is not secure in Python 2.2 and later"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/CGIHTTPServer.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/CGIHTTPServer.py", line 369
return st.st_mode & 0111 != 0
^
SyntaxError: invalid token
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/ConfigParser.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/ConfigParser.py", line 261
raise ValueError, 'Invalid section name: %s' % section
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/Cookie.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/DocXMLRPCServer.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/DocXMLRPCServer.py", line 272
print 'Content-Type: text/html'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Content-Type: text/html')?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/HTMLParser.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/MimeWriter.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/Queue.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/SimpleHTTPServer.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/SimpleXMLRPCServer.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/SimpleXMLRPCServer.py", line 265
except Fault, fault:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/SocketServer.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/SocketServer.py", line 347
print '-'*40
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('-'*40)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/StringIO.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/StringIO.py", line 40
raise ValueError, "I/O operation on closed file"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/UserDict.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/UserDict.py", line 167
raise TypeError, "pop expected at most 2 arguments, got "\
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/UserList.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/UserString.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/UserString.py", line 170
raise TypeError, "invalid step in slicing assignment"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/_LWPCookieJar.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/_MozillaCookieJar.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/__future__.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/__phello__.foo.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/_abcoll.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/_osx_support.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/_pyio.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/_strptime.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/_strptime.py", line 112
for hour in (01,22):
^
SyntaxError: invalid token
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/_threading_local.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/_weakrefset.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/abc.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/aifc.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/aifc.py", line 145
_AIFC_version = 0xA2805140L # Version 1 of AIFF-C
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/antigravity.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/anydbm.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/anydbm.py", line 53
raise ImportError, "no dbm clone found; tried %s" % _names
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/argparse.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/ast.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/asynchat.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/asynchat.py", line 116
except socket.error, why:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/asyncore.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/asyncore.py", line 115
except socket.error, e:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/atexit.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/atexit.py", line 34
raise exc_info[0], exc_info[1], exc_info[2]
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/audiodev.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/audiodev.py", line 89
raise error, 'bad output rate'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/base64.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/base64.py", line 76
except binascii.Error, msg:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/bdb.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/bdb.py", line 62
print 'bdb.Bdb.dispatch: unknown debugging event:', repr(event)
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/binhex.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/binhex.py", line 193
raise Error, 'Filename too long'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/bisect.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/cProfile.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/cProfile.py", line 61
print "Documentation for the profile/cProfile modules can be found "
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Documentation for the profile/cProfile modules can be found ")?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/calendar.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/calendar.py", line 270
print self.formatweek(theweek, width),
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/cgi.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/cgi.py", line 155
raise ValueError, 'Maximum content length exceeded'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/cgitb.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/chunk.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/chunk.py", line 95
raise ValueError, "I/O operation on closed file"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/cmd.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/cmd.py", line 362
raise TypeError, ("list[i] not a string for i in %s" %
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/code.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/code.py", line 103
exec code in self.locals
^
SyntaxError: Missing parentheses in call to 'exec'
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/codecs.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/codecs.py", line 16
except ImportError, why:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/codeop.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/codeop.py", line 83
except SyntaxError, err:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/collections.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/collections.py", line 379
print class_definition
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(class_definition)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/colorsys.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/commands.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/compileall.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/compileall.py", line 35
print 'Listing', dir, '...'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Listing', dir, '...')?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/contextlib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/contextlib.py", line 37
except StopIteration, exc:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/cookielib.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/copy.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/copy.py", line 370
l = [None, 1, 2L, 3.14, 'xyzzy', (1, 2L), [3.14, 'abc'],
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/copy_reg.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/copy_reg.py", line 70
raise TypeError, "can't pickle %s objects" % base.__name__
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/csv.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/csv.py", line 53
except TypeError, e:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/dbhash.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/dbhash.py", line 17
def open(file, flag = 'r', mode=0666):
^
SyntaxError: invalid token
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/decimal.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/decimal.py", line 2138
a = 1L << -(-_nbits(xc)//n) # initial estimate
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/difflib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/difflib.py", line 918
raise ValueError, 'unknown tag %r' % (tag,)
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/dircache.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/dis.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/dis.py", line 36
print "Disassembly of %s:" % name
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Disassembly of %s:" % name)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/doctest.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/doctest.py", line 393
raise TypeError, 'Expected a module: %r' % module
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/dumbdbm.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/dumbdbm.py", line 163
raise TypeError, "keys and values must be strings"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/dummy_thread.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/dummy_threading.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/filecmp.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/filecmp.py", line 150
except os.error, why:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/fileinput.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/fileinput.py", line 95
raise RuntimeError, "input() already active"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/fnmatch.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/formatter.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/formatter.py", line 327
print "new_alignment(%r)" % (align,)
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/fpformat.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/fpformat.py", line 42
if res is None: raise NotANumber, s
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/fractions.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/ftplib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/ftplib.py", line 145
print '*welcome*', self.sanitize(self.welcome)
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/functools.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/genericpath.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/getopt.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/getopt.py", line 210
print getopt(sys.argv[1:], "a:b", ["alpha=", "beta"])
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/getpass.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/getpass.py", line 50
except EnvironmentError, e:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/gettext.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/gettext.py", line 334
LE_MAGIC = 0x950412deL
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/glob.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/gzip.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/gzip.py", line 129
raise IOError, "Mode " + mode + " not supported"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/hashlib.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/heapq.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/heapq.py", line 482
print sort
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(sort)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/hmac.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/htmlentitydefs.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/htmllib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/htmllib.py", line 471
except IOError, msg:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/httplib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/httplib.py", line 398
print "reply:", repr(line)
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/ihooks.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/ihooks.py", line 92
print format%args
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(format%args)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/imaplib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/imaplib.py", line 873
except (socket.error, OSError), val:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/imghdr.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/imghdr.py", line 145
print filename + '/:',
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(filename + '/:', end=" ")?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/imputil.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/imputil.py", line 109
raise ImportError, 'No module named ' + fqname
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/inspect.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/io.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/keyword.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/linecache.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/locale.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/locale.py", line 90
raise Error, '_locale emulation only supports "C" locale'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/macpath.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/macpath.py", line 148
raise norm_error, 'Cannot use :: immediately after volume name'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/macurl2path.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/macurl2path.py", line 18
raise RuntimeError, 'Cannot convert non-local URL to pathname'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mailbox.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mailbox.py", line 257
os.mkdir(self._path, 0700)
^
SyntaxError: invalid token
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mailcap.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mailcap.py", line 222
print "usage: mailcap [MIMEtype file] ..."
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("usage: mailcap [MIMEtype file] ...")?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/markupbase.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/md5.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mhlib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mhlib.py", line 74
FOLDER_PROTECT = 0700
^
SyntaxError: invalid token
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mimetools.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mimetools.py", line 173
raise ValueError, \
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mimetypes.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mimetypes.py", line 572
print USAGE
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(USAGE)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mimify.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mimify.py", line 441
print usage
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(usage)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/modulefinder.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/modulefinder.py", line 111
print " ",
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(" ", end=" ")?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/multifile.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/multifile.py", line 67
raise Error, "can't use whence=2 yet"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mutex.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/netrc.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/netrc.py", line 145
print netrc()
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/new.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/nntplib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/nntplib.py", line 136
except NNTPTemporaryError, e:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/ntpath.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/nturl2path.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/nturl2path.py", line 28
raise IOError, error
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/numbers.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/opcode.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/optparse.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/optparse.py", line 250
raise NotImplementedError, "subclasses must implement"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/os.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/os.py", line 117
raise ImportError, 'no os specific module found'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/os2emxpath.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pdb.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pdb.py", line 219
print repr(obj)
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pickle.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pickle.py", line 865
except _Stop, stopinst:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pickletools.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pickletools.py", line 1770
print "skipping %r: it doesn't look like an opcode name" % name
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("skipping %r: it doesn't look like an opcode name" % name)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pipes.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pipes.py", line 111
raise TypeError, \
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pkgutil.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pkgutil.py", line 541
except IOError, msg:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/platform.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/platform.py", line 386
raise ValueError,'popen()-emulation only supports read mode'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/plistlib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/plistlib.py", line 301
raise AttributeError, attr
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/popen2.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/poplib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/poplib.py", line 96
if self._debugging > 1: print '*put*', repr(line)
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/posixfile.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/posixfile.py", line 83
raise TypeError, 'posixfile.fileopen() arg must be file object'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/posixpath.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/posixpath.py", line 292
_uvarprog = re.compile(ur'\$(\w+|\{[^}]*\})', re.UNICODE)
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pprint.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pprint.py", line 342
print "_safe_repr:", t2 - t1
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("_safe_repr:", t2 - t1)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/profile.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/profile.py", line 88
print "Documentation for the profile module can be found "
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Documentation for the profile module can be found ")?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pstats.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pstats.py", line 75
raise ValueError, "unrecognized keyword args: %s" % extras
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pty.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pty.py", line 58
tty_name, master_fd = sgi._getpty(os.O_RDWR, 0666, 0)
^
SyntaxError: invalid token
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/py_compile.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/py_compile.py", line 114
except Exception,err:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pyclbr.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pyclbr.py", line 335
print "class", obj.name, obj.super, obj.lineno
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("class", obj.name, obj.super, obj.lineno)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pydoc.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pydoc.py", line 373
raise TypeError, message
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/quopri.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/quopri.py", line 197
except getopt.error, msg:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/random.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/random.py", line 141
except ValueError, e:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/re.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/re.py", line 247
raise TypeError, "first argument must be string or compiled pattern"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/repr.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/rexec.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/rexec.py", line 64
exec TEMPLATE % (m, m)
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/rfc822.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/rfc822.py", line 119
raise IOError, "unseekable file"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/rlcompleter.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/rlcompleter.py", line 60
raise TypeError,'namespace must be a dictionary'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/robotparser.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/runpy.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/runpy.py", line 72
exec code in run_globals
^
SyntaxError: Missing parentheses in call to 'exec'
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sched.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sets.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sets.py", line 76
raise TypeError, ("BaseSet is an abstract class. "
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sgmllib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sgmllib.py", line 390
print '*** Unbalanced </' + tag + '>'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('*** Unbalanced </' + tag + '>')?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sha.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/shelve.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/shlex.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/shlex.py", line 56
print 'shlex: reading from %s, line %d' \
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('shlex: reading from %s, line %d' \)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/shutil.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/shutil.py", line 118
except OSError, why:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/site.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/site.py", line 152
exec line
^
SyntaxError: Missing parentheses in call to 'exec'
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/smtpd.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/smtpd.py", line 123
except socket.error, err:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/smtplib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/smtplib.py", line 312
raise socket.error, "nonnumeric port"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sndhdr.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sndhdr.py", line 211
print filename + '/:',
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(filename + '/:', end=" ")?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/socket.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/socket.py", line 356
except error, e:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sre.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sre_compile.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sre_compile.py", line 23
MAXCODE = 0xFFFFFFFFL
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sre_constants.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sre_constants.py", line 263
print "done"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("done")?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sre_parse.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sre_parse.py", line 81
raise error, ("redefinition of group name %s as group %d; "
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/ssl.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/stat.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/stat.py", line 22
return mode & 07777
^
SyntaxError: invalid token
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/statvfs.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/string.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/string.py", line 70
raise ValueError, "maketrans arguments must have same length"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/stringold.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/stringold.py", line 391
raise ValueError, "maketrans arguments must have same length"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/stringprep.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/struct.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/subprocess.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/subprocess.py", line 408
raise exc_type, exc_value, exc_trace
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sunau.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sunau.py", line 122
AUDIO_UNKNOWN_SIZE = 0xFFFFFFFFL # ((unsigned)(~0))
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sunaudio.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sunaudio.py", line 22
raise error, 'gethdr: bad magic word'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/symbol.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/symtable.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/symtable.py", line 230
raise ValueError, "name is bound to multiple namespaces"
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sysconfig.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sysconfig.py", line 147
except KeyError, var:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/tabnanny.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/tabnanny.py", line 46
except getopt.error, msg:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/tarfile.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/tarfile.py", line 136
S_IFLNK = 0120000 # symbolic link
^
SyntaxError: invalid token
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/telnetlib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/telnetlib.py", line 241
print 'Telnet(%s,%s):' % (self.host, self.port),
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/tempfile.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/tempfile.py", line 216
raise IOError, (_errno.ENOENT,
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/textwrap.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/textwrap.py", line 429
print dedent("Hello there.\n This is indented.")
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/this.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/this.py", line 28
print "".join([d.get(c, c) for c in s])
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/threading.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/threading.py", line 1299
print item
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(item)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/timeit.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/timeit.py", line 144
exec code in globals(), ns
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/toaiff.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/toaiff.py", line 86
raise error, filename + ': uncompress failed'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/token.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/token.py", line 95
except IOError, err:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/tokenize.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/tokenize.py", line 153
print "%d,%d-%d,%d:\t%s\t%s" % \
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("%d,%d-%d,%d:\t%s\t%s" % \)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/trace.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/trace.py", line 244
except (IOError, EOFError, ValueError), err:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/traceback.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/tty.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/types.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/urllib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/urllib.py", line 216
except socket.error, msg:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/urllib2.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/urllib2.py", line 254
raise AttributeError, attr
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/urlparse.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/urlparse.py", line 417
raise ValueError, "bad query field: %r" % (name_value,)
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/user.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/uu.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/uu.py", line 75
mode = 0666
^
SyntaxError: invalid token
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/uuid.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/uuid.py", line 153
if not 0 <= time_low < 1<<32L:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/warnings.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/warnings.py", line 129
except _OptionError, msg:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/wave.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/wave.py", line 131
raise Error, 'file does not start with RIFF id'
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/weakref.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/weakref.py", line 85
raise KeyError, key
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/webbrowser.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/webbrowser.py", line 687
except getopt.error, msg:
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/whichdb.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/whichdb.py", line 117
print whichdb(filename) or "UNKNOWN", filename
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/xdrlib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/xdrlib.py", line 80
self.pack_uint(x>>32 & 0xffffffffL)
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/xmllib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/xmllib.py", line 813
print 'xml: encoding =',encoding,'standalone =',standalone
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('xml: encoding =',encoding,'standalone =',standalone)?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/xmlrpclib.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/xmlrpclib.py", line 194
MAXINT = 2L**31-1
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/zipfile.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/zipfile.py", line 399
raise RuntimeError, "Corrupt extra field %s"%(ln,)
^
SyntaxError: invalid syntax
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Mac'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Mac/Extras.install.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Mac/Extras.install.py", line 28
print "mkdir", curdst
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("mkdir", curdst)?
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Misc'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Misc/BeOS-setup.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Misc/BeOS-setup.py", line 130
except (CCompilerError, DistutilsError), why:
^
SyntaxError: invalid syntax
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Modules'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Modules/cgen.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Modules/cgen.py", line 36
print i,
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(i, end=" ")?
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Objects'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/PC'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/PC/testpy.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/PC/testpy.py", line 11
print """Could not import the standard "os" module.
Please check your PYTHONPATH environment variable."""
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("""Could not import the standard "os" module.
Please check your PYTHONPATH environment variable.""")?
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/PCbuild'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/PCbuild/field3.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/PCbuild/get_external.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/PCbuild/prepare_ssl.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/PCbuild/rmpyc.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Parser'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Parser/asdl.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Parser/asdl.py", line 99
raise ValueError, "unmatched input: %s" % `s`
^
SyntaxError: invalid syntax
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Parser/asdl_c.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Parser/asdl_c.py", line 1240
print "Must specify exactly one output file"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Must specify exactly one output file")?
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Parser/spark.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Parser/spark.py", line 62
print "Lexical error at position %s" % pos
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Lexical error at position %s" % pos)?
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Python'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Python/makeopcodetargets.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/RISCOS'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Tools'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/android-build'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/setup.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/setup.py", line 286
print "%-*s %-*s %-*s" % (longest, e, longest, f,
^
SyntaxError: invalid syntax
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/six-python2'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/six-python2/armeabi-v7a__ndk_target_21'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/six-python2/armeabi-v7a__ndk_target_21/six'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/six-python2/armeabi-v7a__ndk_target_21/six/documentation'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/six-python2/armeabi-v7a__ndk_target_21/six/documentation/conf.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/six-python2/armeabi-v7a__ndk_target_21/six/setup.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/six-python2/armeabi-v7a__ndk_target_21/six/six.egg-info'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/six-python2/armeabi-v7a__ndk_target_21/six/six.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/six-python2/armeabi-v7a__ndk_target_21/six/test_six.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/dists'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/dists/myapp'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/packages'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/hostpython2'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/kivy'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/pyjnius'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/python2'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/sdl2'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/sdl2_image'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/sdl2_mixer'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/sdl2_ttf'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/six'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/branches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/hooks'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/info'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/logs'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/logs/refs'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/logs/refs/heads'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/logs/refs/remotes'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/logs/refs/remotes/origin'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/objects'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/objects/info'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/objects/pack'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/refs'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/refs/heads'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/refs/remotes'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/refs/remotes/origin'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/refs/tags'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.github'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/ci'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/ci/__init__.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/ci/constants.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/ci/rebuild_updated_recipes.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/_static'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/conf.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/ext'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/ext/sphinx_rtd_theme'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/ext/sphinx_rtd_theme/demo_docs'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/ext/sphinx_rtd_theme/demo_docs/source'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/ext/sphinx_rtd_theme/demo_docs/source/__init__.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/ext/sphinx_rtd_theme/demo_docs/source/conf.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/ext/sphinx_rtd_theme/sass'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/ext/sphinx_rtd_theme/setup.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/ext/sphinx_rtd_theme/sphinx_rtd_theme'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/ext/sphinx_rtd_theme/sphinx_rtd_theme/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/ext/sphinx_rtd_theme/sphinx_rtd_theme/static'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/__init__.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/archs.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bdistapk.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstrap.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/common'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/common/build'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/common/build/build.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/common/build/gradle'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/common/build/gradle/wrapper'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/common/build/jni'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/common/build/jni/application'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/common/build/src'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/common/build/src/main'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/common/build/templates'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/empty'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/empty/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/empty/build'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/build.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/buildlib'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/buildlib/argparse.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/buildlib/jinja2.egg'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/jni'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/jni/application'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/res'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/res/drawable'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/res/layout'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/res/values'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/src'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/src/com'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/src/org'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/templates'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/tools'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/sdl2'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/sdl2/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/sdl2/build'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/sdl2/build/jni'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/sdl2/build/jni/application'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/sdl2/build/src'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/sdl2/build/src/main'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/sdl2/build/src/patches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/sdl2/build/templates'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/service_only'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/service_only/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/service_only/build'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/service_only/build/jni'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/service_only/build/jni/application'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/service_only/build/src'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/service_only/build/src/main'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/service_only/build/templates'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/webview'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/webview/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/webview/build'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/webview/build/jni'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/webview/build/jni/application'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/webview/build/src'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/webview/build/src/main'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/webview/build/templates'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/webview/build/templates/test'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/webview/build/webview_includes'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/build.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/distribution.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/graph.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/includes'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/includes/arm64-v8a'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/includes/arm64-v8a/machine'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/logger.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/patching.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/python.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipe.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/Pillow'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/Pillow/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/Pillow/patches'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src/android'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src/android/__init__.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src/android/activity.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src/android/billing.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src/android/broadcast.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src/android/loadingscreen.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src/android/mixer.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src/android/permissions.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src/android/runnable.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src/setup.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/apsw'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/apsw/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/atom'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/atom/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/audiostream'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/audiostream/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/babel'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/babel/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/boost'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/boost/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/brokenrecipe'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/brokenrecipe/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/cdecimal'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/cdecimal/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/cffi'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/cffi/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/cherrypy'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/cherrypy/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/coverage'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/coverage/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/cryptography'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/cryptography/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/cymunk'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/cymunk/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/dateutil'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/dateutil/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/decorator'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/decorator/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/doubleratchet'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/doubleratchet/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/enaml'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/enaml/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/enum34'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/enum34/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ethash'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ethash/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/evdev'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/evdev/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/feedparser'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/feedparser/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ffmpeg'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ffmpeg/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ffmpeg/patches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ffpyplayer'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ffpyplayer/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ffpyplayer_codecs'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ffpyplayer_codecs/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/flask'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/flask/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/fontconfig'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/fontconfig/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/freetype'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/freetype/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/genericndkbuild'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/genericndkbuild/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/gevent'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/gevent/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/gevent-websocket'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/gevent-websocket/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/greenlet'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/greenlet/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/groestlcoin_hash'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/groestlcoin_hash/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/harfbuzz'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/harfbuzz/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/hostpython2'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/hostpython2/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/hostpython2legacy'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/hostpython2legacy/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/hostpython3'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/hostpython3/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/hostpython3crystax'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/hostpython3crystax/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/icu'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/icu/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/idna'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/idna/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ifaddrs'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ifaddrs/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ipaddress'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ipaddress/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/jedi'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/jedi/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/jpeg'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/jpeg/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/kivy'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/kivy/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/kiwisolver'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/kiwisolver/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/leveldb'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/leveldb/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libcurl'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libcurl/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libexpat'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libexpat/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libffi'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libffi/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libgeos'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libgeos/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libglob'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libglob/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libiconv'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libiconv/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libmysqlclient'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libmysqlclient/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libnacl'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libnacl/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libogg'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libogg/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libpq'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libpq/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/librt'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/librt/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libsecp256k1'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libsecp256k1/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libshine'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libshine/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libsodium'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libsodium/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libtorrent'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libtorrent/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libtribler'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libtribler/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libvorbis'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libvorbis/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libx264'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libx264/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libxml2'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libxml2/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libxslt'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libxslt/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libzbar'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libzbar/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libzmq'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libzmq/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/lxml'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/lxml/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/m2crypto'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/m2crypto/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/msgpack-python'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/msgpack-python/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/mysqldb'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/mysqldb/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/netifaces'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/netifaces/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/numpy'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/numpy/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/numpy/patches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/omemo'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/omemo/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/omemo-backend-signal'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/omemo-backend-signal/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/openal'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/openal/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/opencv'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/opencv/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/opencv/patches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/openssl'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/openssl/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pbkdf2'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pbkdf2/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pil'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pil/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/png'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/png/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/preppy'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/preppy/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/protobuf_cpp'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/protobuf_cpp/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/psycopg2'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/psycopg2/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyaml'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyaml/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyasn1'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyasn1/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pycparser'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pycparser/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pycrypto'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pycrypto/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pycryptodome'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pycryptodome/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyethereum'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyethereum/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pygame'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pygame/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pygame/patches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pygame_bootstrap_components'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pygame_bootstrap_components/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyicu'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyicu/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyjnius'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyjnius/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyleveldb'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyleveldb/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pymunk'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pymunk/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pynacl'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pynacl/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyogg'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyogg/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyogg/patches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyopenal'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyopenal/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyopenal/patches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyopenssl'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyopenssl/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyproj'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyproj/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyrxp'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyrxp/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pysdl2'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pysdl2/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pysha3'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pysha3/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python2'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python2/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python2/patches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python2legacy'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python2legacy/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python2legacy/patches'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python2legacy/patches/_scproxy.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python3'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python3/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python3/patches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python3crystax'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python3crystax/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pytz'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pytz/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyusb'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyusb/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyyaml'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyyaml/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyzbar'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyzbar/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyzmq'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyzmq/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/regex'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/regex/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/reportlab'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/reportlab/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/reportlab/patches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/requests'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/requests/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ruamel.yaml'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ruamel.yaml/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/scrypt'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/scrypt/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sdl'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sdl/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sdl2'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sdl2/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sdl2_image'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sdl2_image/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sdl2_mixer'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sdl2_mixer/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sdl2_ttf'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sdl2_ttf/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/secp256k1'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/secp256k1/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/setuptools'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/setuptools/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/shapely'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/shapely/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/simple-crypt'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/simple-crypt/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/six'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/six/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/snappy'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/snappy/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/spine'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/spine/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sqlalchemy'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sqlalchemy/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sqlite3'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sqlite3/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/storm'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/storm/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sympy'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sympy/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/twisted'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/twisted/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ujson'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ujson/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/vispy'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/vispy/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/vlc'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/vlc/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/websocket-client'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/websocket-client/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/wsaccel'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/wsaccel/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/x3dh'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/x3dh/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/xeddsa'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/xeddsa/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/zbar'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/zbar/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/zbarlight'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/zbarlight/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/zeroconf'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/zeroconf/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/zeroconf/patches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/zope'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/zope/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/zope_interface'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/zope_interface/__init__.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recommendations.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/tools'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/util.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/setup.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/test_builds'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/test_builds/tests'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/test_builds/tests/test_apk.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/on_device_unit_tests'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/on_device_unit_tests/test_app'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/on_device_unit_tests/test_app/main.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/on_device_unit_tests/test_app/tests'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/on_device_unit_tests/test_app/tests/__init__.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/on_device_unit_tests/test_app/tests/test_requirements.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/setup_keyboard.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/setup_pygame.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/setup_testapp_flask.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/setup_testapp_python2.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/setup_testapp_python2_sqlite_openssl.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/setup_testapp_python2legacy_sqlite_openssl.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/setup_testapp_python3.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/setup_testapp_python3_sqlite_openssl.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/setup_testapp_python3crystax.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/setup_testapp_python_encryption.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/setup_testapp_service.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/setup_vispy.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp/main.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_encryption'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_encryption/main.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_flask'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_flask/main.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_flask/static'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_flask/templates'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_keyboard'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_keyboard/main.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_nogui'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_nogui/main.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_service'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_service/main.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_service/p4atime.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_sqlite_openssl'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_sqlite_openssl/main.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_vispy'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_vispy/main.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testlauncher_setup'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testlauncher_setup/pygame.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testlauncher_setup/sdl2.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testlauncherreboot_setup'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testlauncherreboot_setup/sdl2.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/tests'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/tests/recipes'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/tests/recipes/test_gevent.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/tests/recipes/test_reportlab.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/tests/test_graph.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/tests/test_logger.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/tests/test_recipe.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/applibs'...
Listing '/home/vladislav/coding/python/0/bin'...
Compiling '/home/vladislav/coding/python/0/main.py'...
Error while running "/home/vladislav/.local/share/python-for-android/build/other_builds/hostpython3/desktop/hostpython3/native-build/python -OO -m compileall -b -f /home/vladislav/coding/python/0"
This probably means one of your Python files has a syntax error, see logs above
I'm even more confused now. That's again a different log right? These log show things like:
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/BaseHTTPServer.py'...
*** File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/BaseHTTPServer.py", line 330
except socket.timeout, e:
^
SyntaxError: invalid syntax
So it looks like it's trying to compile hostpython2
while you said you provided the following params:
p4a apk --private /home/vladislav/coding/python/0 --package=org.example.myapp --name "My application" --version 0.1 --bootstrap=sdl2 --requirements=python3,kivy
Isn't this a big confusing? But yes these SyntaxError
are definitely as if you were trying to run Python2 code from Python3.
Could we clarify what's is this bug report about since it has 3 different situations?
Ideally a bug report describes a situation in a comprehensive way so we can reproduce and try to fix.
Can you help in that matter?
So it looks like
libtinfo
cannot be found during the linking. So maybe try installing that in your system?
I installed libtinfo and my logs have become as in the message above.
I use python 3
@Watashis did you use python2
previously in the requirements before but changed it? Could you possibly try p4a clean_all
to see if that fixes anything for you? Maybe there's something left over that makes it stick to python 2 for whatever reason
Did you ever figure out the libtinfo issue on this problem. Seems I have a similar issue. Did you install libtinfo.so.5 -- I am running a 64 bit system, so I already have a 64 bit version of libtinfo.so.5 on my system, but it doesn't find that. Kind of wondering if you installed the libtinfo.so.5 on a 32 bit system? Or did you somehow install it in the toolchain directory? Any help appreciated!
Silly enough, even though I found that the missing libtinfo.so.5 is really part of ncurses, on Fedora it is not part of ncurses or ncurses-devel (which is where I expected them). I think it is part of ncurses-compat or ncurses-static or one of the non-installed ncurses libraries. Even though there is a 64 bit version, that is not the one it is looking for. Hence, you need to install one of the others.
Hi! I am trying to compile a kivy app that uses sympy, but the compilation fails with the below log
Run 'dpkg --version'
Debian 'dpkg' package management program version 1.19.7 (amd64). This is free software; see the GNU General Public License version 2 or later for copying conditions. There is NO warranty.
/home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py:85: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
[INFO]: Will compile for the following archs: armeabi-v7a
[INFO]: Found Android API target in $ANDROIDAPI: 27
[INFO]: Available Android APIs are (27)
[INFO]: Requested API target 27 is available, continuing.
[INFO]: Found NDK dir in $ANDROIDNDK: /home/sephanayer/.buildozer/android/platform/android-ndk-r17c
[INFO]: Found NDK version 17c
[INFO]: Getting NDK API version (i.e. minimum supported API) from user argument
[INFO]: Found virtualenv at /usr/local/bin/virtualenv
[INFO]: ccache is missing, the build will not be optimized in the future.
[INFO]: Found the following toolchain versions: ['4.9']
[INFO]: Picking the latest gcc toolchain, here 4.9
[INFO]: No existing dists meet the given requirements!
[INFO]: No dist exists that meets your requirements, so one will be built.
[INFO]: Found a single valid recipe set: ['errno', 'fractions', 'freetype', 'hostpython3', 'libffi', 'mpmath', 'openssl', 'os', 'png', 'queue', 're', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'secrets', 'sqlite3', 'string', 'sys', 'threading', 'time', 'webbrowser', 'python3', 'sdl2', 'numpy', 'setuptools', 'sympy', 'kiwisolver', 'requests', 'six', 'matplotlib', 'pyjnius', 'android', 'kivy']
[INFO]: The selected bootstrap is sdl2
[INFO]: # Creating dist with sdl2 bootstrap
[INFO]: Dist will have name tipanapp and requirements (python3, kivy, sqlite3, fractions, os, errno, sys, time, webbrowser, string, secrets, re, requests, threading, queue, numpy, matplotlib, mpmath, sympy)
[INFO]: Dist contains the following requirements as recipes: ['freetype', 'hostpython3', 'libffi', 'openssl', 'png', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'numpy', 'setuptools', 'sympy', 'kiwisolver', 'requests', 'six', 'matplotlib', 'pyjnius', 'android', 'kivy']
[INFO]: Dist will also contain modules (mpmath, fractions, errno, os, re, python-dateutil, webbrowser, threading, cycler, sys, pyparsing, string, secrets, time, queue) installed from pip
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Recipe build order is ['freetype', 'hostpython3', 'libffi', 'openssl', 'png', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'numpy', 'setuptools', 'sympy', 'kiwisolver', 'requests', 'six', 'matplotlib', 'pyjnius', 'android', 'kivy']
[INFO]: The requirements (cycler, errno, fractions, mpmath, os, pyparsing, python-dateutil, queue, re, secrets, string, sys, threading, time, webbrowser) were not found as recipes, they will be installed with pip.
[INFO]: # Downloading recipes
[INFO]: Downloading freetype
[INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 65 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/freetype
[INFO]: -> running basename http://download.savan...(and 51 more)
[INFO]: freetype download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Downloading hostpython3
[INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 68 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/hostpython3
[INFO]: -> running basename https://www.python.org...(and 34 more)
[INFO]: hostpython3 download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Downloading libffi
[INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 63 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/libffi
[INFO]: -> running basename https://github.com/lib...(and 32 more)
[INFO]: libffi download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Downloading openssl
[INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 64 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/openssl
[INFO]: -> running basename https://www.openssl.or...(and 29 more)
[INFO]: openssl download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Downloading png
[INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 60 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/png
[INFO]: -> running basename https://github.com/gle...(and 31 more)
[INFO]: png download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Downloading sdl2_image
[INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 67 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/sdl2_image
[INFO]: -> running basename https://www.libsdl.or...(and 52 more)
[INFO]: sdl2_image download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Downloading sdl2_mixer
[INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 67 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/sdl2_mixer
[INFO]: -> running basename https://www.libsdl.or...(and 52 more)
[INFO]: sdl2_mixer download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Downloading sdl2_ttf
[INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 65 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/sdl2_ttf
[INFO]: -> running basename https://www.libsdl.org...(and 48 more)
[INFO]: sdl2_ttf download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Downloading sqlite3
[INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 64 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/sqlite3
[INFO]: -> running basename https://www.sqlite.org...(and 37 more)
[INFO]: sqlite3 download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Downloading python3
[INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 64 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/python3
[INFO]: -> running basename https://www.python.org...(and 34 more)
[INFO]: python3 download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Downloading sdl2
[INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 61 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/sdl2
[INFO]: -> running basename https://www.libsdl.org...(and 26 more)
[INFO]: sdl2 download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Downloading numpy
[INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 62 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/numpy
[INFO]: -> running basename https://pypi.python.or...(and 42 more)
[INFO]: numpy download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Downloading setuptools
[INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 67 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/setuptools
[INFO]: -> running basename https://pypi.python.o...(and 53 more)
[INFO]: setuptools download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Downloading sympy
[INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 62 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/sympy
[INFO]: -> running basename https://github.com/sy...(and 58 more)
[INFO]: sympy download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Downloading kiwisolver
[INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 67 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/kiwisolver
[INFO]: -> running basename https://github.com/nuc...(and 28 more)
[INFO]: kiwisolver download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Downloading requests
[INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 65 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/requests
[INFO]: -> running basename https://github.com/ken...(and 41 more)
[INFO]: requests download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Downloading six
[INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 60 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/six
[INFO]: -> running basename https://pypi.python.or...(and 41 more)
[INFO]: six download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Downloading matplotlib
[INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 67 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/matplotlib
[INFO]: -> running basename https://github.com/mat...(and 37 more)
[INFO]: matplotlib download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Downloading pyjnius
[INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 64 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/pyjnius
[INFO]: -> running basename https://github.com/kiv...(and 29 more)
[INFO]: pyjnius download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Downloading android
[INFO]: Skipping android download as no URL is set
[INFO]: Downloading kivy
[INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 61 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/kivy
[INFO]: -> running basename https://github.com/kiv...(and 25 more)
[INFO]: kivy download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: # Building all recipes for arch armeabi-v7a
[INFO]: # Unpacking recipes
[INFO]: Unpacking freetype for armeabi-v7a
[INFO]: -> running basename http://download.savan...(and 51 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/freetype/armeabi-v7andk_target_21
[INFO]: freetype is already unpacked, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Unpacking hostpython3 for armeabi-v7a
[INFO]: -> running basename https://www.python.org...(and 34 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop
[INFO]: hostpython3 is already unpacked, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Unpacking libffi for armeabi-v7a
[INFO]: -> running basename https://github.com/lib...(and 32 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/libffi/armeabi-v7andk_target_21
[INFO]: libffi is already unpacked, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Unpacking openssl for armeabi-v7a
[INFO]: -> running basename https://www.openssl.or...(and 29 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/openssl/armeabi-v7andk_target_21
[INFO]: openssl is already unpacked, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Unpacking png for armeabi-v7a
[INFO]: -> running basename https://github.com/gle...(and 31 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/png/armeabi-v7andk_target_21
[INFO]: png is already unpacked, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Unpacking sdl2_image for armeabi-v7a
[INFO]: -> running basename https://www.libsdl.or...(and 52 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3/jni
[INFO]: sdl2_image is already unpacked, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Unpacking sdl2_mixer for armeabi-v7a
[INFO]: -> running basename https://www.libsdl.or...(and 52 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3/jni
[INFO]: sdl2_mixer is already unpacked, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Unpacking sdl2_ttf for armeabi-v7a
[INFO]: -> running basename https://www.libsdl.org...(and 48 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3/jni
[INFO]: sdl2_ttf is already unpacked, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Unpacking sqlite3 for armeabi-v7a
[INFO]: -> running basename https://www.sqlite.org...(and 37 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/sqlite3/armeabi-v7andk_target_21
[INFO]: sqlite3 is already unpacked, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Unpacking python3 for armeabi-v7a
[INFO]: -> running basename https://www.python.org...(and 34 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/python3-libffi-openssl-sqlite3/armeabi-v7andk_target_21
[INFO]: python3 is already unpacked, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Unpacking sdl2 for armeabi-v7a
[INFO]: -> running basename https://www.libsdl.org...(and 26 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3/jni
[INFO]: sdl2 is already unpacked, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Unpacking numpy for armeabi-v7a
[INFO]: -> running basename https://pypi.python.or...(and 42 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/numpy-python3/armeabi-v7andk_target_21
[INFO]: numpy is already unpacked, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Unpacking setuptools for armeabi-v7a
[INFO]: -> running basename https://pypi.python.o...(and 53 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/setuptools-python3/armeabi-v7a__ndk_target_21
[INFO]: setuptools is already unpacked, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Unpacking sympy for armeabi-v7a
[INFO]: -> running basename https://github.com/sy...(and 58 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/sympy-python3/armeabi-v7andk_target_21
[INFO]: sympy is already unpacked, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Unpacking kiwisolver for armeabi-v7a
[INFO]: -> running basename https://github.com/nuc...(and 28 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/kiwisolver-python3/armeabi-v7andk_target_21
[INFO]: kiwisolver is already unpacked, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Unpacking requests for armeabi-v7a
[INFO]: -> running basename https://github.com/ken...(and 41 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/requests-python3/armeabi-v7a__ndk_target_21
[INFO]: requests is already unpacked, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Unpacking six for armeabi-v7a
[INFO]: -> running basename https://pypi.python.or...(and 41 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/six-python3/armeabi-v7andk_target_21
[INFO]: six is already unpacked, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Unpacking matplotlib for armeabi-v7a
[INFO]: -> running basename https://github.com/mat...(and 37 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/matplotlib-python3/armeabi-v7andk_target_21
[INFO]: matplotlib is already unpacked, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Unpacking pyjnius for armeabi-v7a
[INFO]: -> running basename https://github.com/kiv...(and 29 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/pyjnius-python3-sdl2/armeabi-v7a__ndk_target_21
[INFO]: pyjnius is already unpacked, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: -> running rm -rf /home/sephanayer/Tipan-...(and 120 more)
[INFO]: -> running cp -a /home/sephanayer/Tipan-A...(and 238 more)
[INFO]: Unpacking kivy for armeabi-v7a
[INFO]: -> running basename https://github.com/kiv...(and 25 more)
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/kivy-python3/armeabi-v7andk_target_21
[INFO]: kivy is already unpacked, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: # Prebuilding recipes
[INFO]: Prebuilding freetype for armeabi-v7a
[INFO]: freetype has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding hostpython3 for armeabi-v7a
[INFO]: hostpython3 has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding libffi for armeabi-v7a
[INFO]: libffi has no prebuild_armeabi_v7a, skipping
[INFO]: Applying patches for libffi[armeabi-v7a]
[INFO]: libffi already patched, skipping
[INFO]: Prebuilding openssl for armeabi-v7a
[INFO]: openssl has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding png for armeabi-v7a
[INFO]: png has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding sdl2_image for armeabi-v7a
[INFO]: sdl2_image has no prebuild_armeabi_v7a, skipping
[INFO]: Applying patches for sdl2_image[armeabi-v7a]
[INFO]: sdl2_image already patched, skipping
[INFO]: Prebuilding sdl2_mixer for armeabi-v7a
[INFO]: sdl2_mixer has no prebuild_armeabi_v7a, skipping
[INFO]: Applying patches for sdl2_mixer[armeabi-v7a]
[INFO]: sdl2_mixer already patched, skipping
[INFO]: Prebuilding sdl2_ttf for armeabi-v7a
[INFO]: sdl2_ttf has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding sqlite3 for armeabi-v7a
[INFO]: sqlite3 has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding python3 for armeabi-v7a
[INFO]: python3 has no prebuild_armeabi_v7a, skipping
[INFO]: Applying patches for python3[armeabi-v7a]
[INFO]: python3 already patched, skipping
[INFO]: Prebuilding sdl2 for armeabi-v7a
[INFO]: sdl2 has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding numpy for armeabi-v7a
[INFO]: numpy has no prebuild_armeabi_v7a, skipping
[INFO]: Applying patches for numpy[armeabi-v7a]
[INFO]: numpy already patched, skipping
[INFO]: Prebuilding setuptools for armeabi-v7a
[INFO]: setuptools has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding sympy for armeabi-v7a
[INFO]: sympy has no prebuild_armeabi_v7a, skipping
[INFO]: Applying patches for sympy[armeabi-v7a]
[INFO]: sympy already patched, skipping
[INFO]: Prebuilding kiwisolver for armeabi-v7a
[INFO]: kiwisolver has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding requests for armeabi-v7a
[INFO]: requests has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding six for armeabi-v7a
[INFO]: six has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding matplotlib for armeabi-v7a
[INFO]: Applying patches for matplotlib[armeabi-v7a]
[INFO]: matplotlib already patched, skipping
[INFO]: Prebuilding pyjnius for armeabi-v7a
[INFO]: pyjnius has no prebuild_armeabi_v7a, skipping
[INFO]: Applying patches for pyjnius[armeabi-v7a]
[INFO]: pyjnius already patched, skipping
[INFO]: Prebuilding android for armeabi-v7a
[INFO]: android has no prebuild_armeabi_v7a, skipping
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/android-python3-sdl2/armeabi-v7andk_target_21/android
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Prebuilding kivy for armeabi-v7a
[INFO]: kivy has no prebuild_armeabi_v7a, skipping
[INFO]: # Building recipes
[INFO]: Building freetype for armeabi-v7a
[INFO]: freetype said it is already built, skipping
[INFO]: Building hostpython3 for armeabi-v7a
[INFO]: Skipping hostpython3 (3.7.1) build, as it has already been completed
[INFO]: Building libffi for armeabi-v7a
[INFO]: libffi said it is already built, skipping
[INFO]: Building openssl for armeabi-v7a
[INFO]: openssl said it is already built, skipping
[INFO]: Building png for armeabi-v7a
[INFO]: png said it is already built, skipping
[INFO]: Building sdl2_image for armeabi-v7a
[INFO]: Building sdl2_mixer for armeabi-v7a
[INFO]: Building sdl2_ttf for armeabi-v7a
[INFO]: Building sqlite3 for armeabi-v7a
[INFO]: sqlite3 said it is already built, skipping
[INFO]: Building python3 for armeabi-v7a
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/python3-libffi-openssl-sqlite3/armeabi-v7andk_target_21/python3/android-build
[WARNING]: Doing some hacky stuff to link properly
[INFO]: -> running cp /home/sephanayer/.buildozer...(and 89 more)
[INFO]: -> running cp /home/sephanayer/.buildozer...(and 87 more)
[INFO]: Activating flags for sqlite3
[INFO]: Activating flags for libffi
[INFO]: Activating flags for openssl
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Building sdl2 for armeabi-v7a
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3/jni
[INFO]: -> running ndk-build V=1
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android
[INFO]: Building numpy for armeabi-v7a
[INFO]: Python package already exists in site-packages
[INFO]: numpy said it is already built, skipping
[INFO]: Building setuptools for armeabi-v7a
[INFO]: Python package already exists in site-packages
[INFO]: setuptools said it is already built, skipping
[INFO]: Building sympy for armeabi-v7a
[INFO]: sympy apparently isn't already in site-packages
[INFO]: Installing sympy into site-packages
[INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/sympy-python3/armeabi-v7a__ndk_target_21/sympy
[INFO]: -> running python setup.py install -O2 --...(and 120 more)
Exception in thread background thread for pid 31264:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 926, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 870, in run
self._target(*self._args, *self._kwargs)
File "/usr/local/lib/python3.7/dist-packages/sh.py", line 1540, in wrap
fn(args, **kwargs)
File "/usr/local/lib/python3.7/dist-packages/sh.py", line 2459, in background_thread
handle_exit_code(exit_code)
File "/usr/local/lib/python3.7/dist-packages/sh.py", line 2157, in fn
return self.command.handle_command_exit_code(exit_code)
File "/usr/local/lib/python3.7/dist-packages/sh.py", line 815, in handle_command_exit_code
raise exc
sh.ErrorReturnCode_255:
RAN: /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop/hostpython3/native-build/python setup.py install -O2 --root=/home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/python-installs/tipanapp --install-lib=.
STDOUT: Please install the mpmath package with a version >= 0.19
STDERR:
Traceback (most recent call last):
File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 1192, in
RAN: /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop/hostpython3/native-build/python setup.py install -O2 --root=/home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/python-installs/tipanapp --install-lib=.
STDOUT: Please install the mpmath package with a version >= 0.19
STDERR:
This is my buildozer.spec file
[app]
title = Tipan Application
package.name = tipanapp
package.domain = org.test
source.dir = .
source.include_exts = py,png,jpg,kv,atlas,ico,db
source.exclude_dirs = tests, bin
version = 1
requirements = python3,kivy,sqlite3,fractions,os,errno,sys,time,webbrowser,string,secrets,re,requests,threading,queue,numpy,matplotlib,mpmath,sympy
orientation = portrait
#
#
#
osx.python_version = 3
osx.kivy_version = 1.9.1
#
#
fullscreen = 0
android.whitelist = unittest/*
android.arch = armeabi-v7a
#
#
#
#
ios.kivy_ios_url = https://github.com/kivy/kivy-ios ios.kivy_ios_branch = master
ios.ios_deploy_url = https://github.com/phonegap/ios-deploy ios.ios_deploy_branch = 1.7.0
[buildozer]
log_level = 2
warn_on_root = 1
#
#
#
#
#
#
#
#
#
#
Thanks for any help
Closing for inactivity. Feel free to re-open a specific issue with all the details, if it persists.
Versions
Description
I can't get it to compile.
buildozer.spec
Command:
Spec file:
p4a
Logs
buildozer
Command:
Logs
Immediately I apologize, I am bad in all this, so I do not quite understand everything.