Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

simple flask app on android fails to start #1108

Closed
eteamin opened this issue Sep 3, 2017 · 10 comments
Closed

simple flask app on android fails to start #1108

eteamin opened this issue Sep 3, 2017 · 10 comments

Comments

@eteamin
Copy link

eteamin commented Sep 3, 2017

This is my main.py

from flask import Flask
app = Flask(__name__)

@app.route('/')
def hello_world():
    return 'Hello World!'

if __name__ == '__main__':
    app.run(port=5000)

And I use python-for-android apk --private ~/workspace/mobile/webview/ --package=org.example.myapp --name "test" --version 0.1 --bootstrap=webview --requirements=flask --port 5000 for creating the APK. when I run the app on Android 4.4.2:
logcat stucks at V/python (13767): extracting _load.html here:

V/python (13767): extracting lib/python2.7/lib-dynload/
V/python (13767): extracting lib/python2.7/lib-dynload/future_builtins.so
V/python (13767): extracting lib/python2.7/lib-dynload/syslog.so
V/python (13767): extracting lib/python2.7/lib-dynload/unicodedata.so
V/python (13767): extracting lib/python2.7/lib-dynload/_ctypes.so
V/python (13767): extracting lib/python2.7/lib-dynload/_csv.so
V/python (13767): extracting lib/python2.7/lib-dynload/_io.so
V/python (13767): extracting _load.html

and there is error shown on android device

Python Error

An error occurred while trying to load the application libraries. Please try again and/or reinstall.

Error: Couldn't load main from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/org/example.myapp-1.apk"],nativeLibraryDirectories=[/data/app-lib/org.example.myapp-1, /vendor/lib, /system/lib]]]: findLibrary returned null

@inclement
Copy link
Member

Could you post the full logcat output when you run it on the device?

@eteamin
Copy link
Author

eteamin commented Sep 3, 2017

There is no adb logcat -s python when I run it! There is only log for unpacking on first time run. And here it is:

V/python (14920): extracting main.py
V/python (14920): extracting include/
V/python (14920): extracting include/python2.7/
V/python (14920): extracting include/python2.7/pyconfig.h
V/python (14920): extracting lib/
V/python (14920): extracting lib/python27.zip
V/python (14920): extracting lib/python2.7/
V/python (14920): extracting lib/python2.7/config/
V/python (14920): extracting lib/python2.7/config/Setup.config
V/python (14920): extracting lib/python2.7/config/Makefile
V/python (14920): extracting lib/python2.7/config/Setup.local
V/python (14920): extracting lib/python2.7/config/install-sh
V/python (14920): extracting lib/python2.7/config/config.c
V/python (14920): extracting lib/python2.7/config/config.c.in
V/python (14920): extracting lib/python2.7/config/Setup
V/python (14920): extracting lib/python2.7/site-packages/
V/python (14920): extracting lib/python2.7/site-packages/README
V/python (14920): extracting lib/python2.7/site-packages/easy_install.pyo
V/python (14920): extracting lib/python2.7/site-packages/easy_install.py
V/python (14920): extracting lib/python2.7/site-packages/itsdangerous.py
V/python (14920): extracting lib/python2.7/site-packages/itsdangerous.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/script.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/script.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/datastructures.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/http.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/_reloader.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/_reloader.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/routing.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/_compat.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/testapp.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/init.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/local.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/utils.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/test.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/serving.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/security.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/urls.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/_internal.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/useragents.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/utils.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/wsgi.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/filesystem.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/filesystem.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/wrappers.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/testapp.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/urls.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/_compat.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/wsgi.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/exceptions.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/security.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/formparser.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/wrappers.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/http.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/exceptions.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/posixemulation.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/test.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/serving.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/local.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/posixemulation.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/routing.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/datastructures.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/_internal.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/formparser.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/useragents.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/iterio.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/limiter.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/jsrouting.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/fixers.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/sessions.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/init.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/limiter.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/atom.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/testtools.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/profiler.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/lint.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/profiler.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/atom.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/cache.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/jsrouting.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/securecookie.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/securecookie.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/wrappers.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/iterio.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/sessions.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/cache.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/wrappers.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/testtools.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/fixers.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/contrib/lint.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/debug/
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/debug/console.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/debug/console.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/debug/repr.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/debug/init.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/debug/repr.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/debug/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/debug/tbtools.pyo
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/debug/tbtools.py
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/debug/shared/
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/debug/shared/FONT_LICENSE
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/debug/shared/less.png
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/debug/shared/jquery.js
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/debug/shared/source.png
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/debug/shared/ubuntu.ttf
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/debug/shared/more.png
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/debug/shared/style.css
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/debug/shared/debugger.js
V/python (14920): extracting lib/python2.7/site-packages/werkzeug/debug/shared/console.png
V/python (14920): extracting lib/python2.7/site-packages/itsdangerous-0.24.dist-info/
V/python (14920): extracting lib/python2.7/site-packages/itsdangerous-0.24.dist-info/DESCRIPTION.rst
V/python (14920): extracting lib/python2.7/site-packages/itsdangerous-0.24.dist-info/metadata.json
V/python (14920): extracting lib/python2.7/site-packages/itsdangerous-0.24.dist-info/METADATA
V/python (14920): extracting lib/python2.7/site-packages/itsdangerous-0.24.dist-info/WHEEL
V/python (14920): extracting lib/python2.7/site-packages/itsdangerous-0.24.dist-info/top_level.txt
V/python (14920): extracting lib/python2.7/site-packages/itsdangerous-0.24.dist-info/INSTALLER
V/python (14920): extracting lib/python2.7/site-packages/itsdangerous-0.24.dist-info/RECORD
V/python (14920): extracting lib/python2.7/site-packages/Jinja2-2.9.6.dist-info/
V/python (14920): extracting lib/python2.7/site-packages/Jinja2-2.9.6.dist-info/DESCRIPTION.rst
V/python (14920): extracting lib/python2.7/site-packages/Jinja2-2.9.6.dist-info/metadata.json
V/python (14920): extracting lib/python2.7/site-packages/Jinja2-2.9.6.dist-info/METADATA
V/python (14920): extracting lib/python2.7/site-packages/Jinja2-2.9.6.dist-info/WHEEL
V/python (14920): extracting lib/python2.7/site-packages/Jinja2-2.9.6.dist-info/top_level.txt
V/python (14920): extracting lib/python2.7/site-packages/Jinja2-2.9.6.dist-info/LICENSE.txt
V/python (14920): extracting lib/python2.7/site-packages/Jinja2-2.9.6.dist-info/entry_points.txt
V/python (14920): extracting lib/python2.7/site-packages/Jinja2-2.9.6.dist-info/INSTALLER
V/python (14920): extracting lib/python2.7/site-packages/Jinja2-2.9.6.dist-info/RECORD
V/python (14920): extracting lib/python2.7/site-packages/setuptools-18.3.1-py2.7.egg-info/
V/python (14920): extracting lib/python2.7/site-packages/setuptools-18.3.1-py2.7.egg-info/dependency_links.txt
V/python (14920): extracting lib/python2.7/site-packages/setuptools-18.3.1-py2.7.egg-info/requires.txt
V/python (14920): extracting lib/python2.7/site-packages/setuptools-18.3.1-py2.7.egg-info/PKG-INFO
V/python (14920): extracting lib/python2.7/site-packages/setuptools-18.3.1-py2.7.egg-info/top_level.txt
V/python (14920): extracting lib/python2.7/site-packages/setuptools-18.3.1-py2.7.egg-info/SOURCES.txt
V/python (14920): extracting lib/python2.7/site-packages/setuptools-18.3.1-py2.7.egg-info/entry_points.txt
V/python (14920): extracting lib/python2.7/site-packages/setuptools-18.3.1-py2.7.egg-info/zip-safe
V/python (14920): extracting lib/python2.7/site-packages/jinja2/
V/python (14920): extracting lib/python2.7/site-packages/jinja2/compiler.pyo
V/python (14920): extracting lib/python2.7/site-packages/jinja2/asyncfilters.py
V/python (14920): extracting lib/python2.7/site-packages/jinja2/loaders.py
V/python (14920): extracting lib/python2.7/site-packages/jinja2/debug.pyo
V/python (14920): extracting lib/python2.7/site-packages/jinja2/optimizer.pyo
V/python (14920): extracting lib/python2.7/site-packages/jinja2/debug.py
V/python (14920): extracting lib/python2.7/site-packages/jinja2/bccache.py
V/python (14920): extracting lib/python2.7/site-packages/jinja2/_compat.pyo
V/python (14920): extracting lib/python2.7/site-packages/jinja2/nodes.py
V/python (14920): extracting lib/python2.7/site-packages/jinja2/parser.py
V/python (14920): extracting lib/python2.7/site-packages/jinja2/init.py
V/python (14920): extracting lib/python2.7/site-packages/jinja2/asyncsupport.py
V/python (14920): extracting lib/python2.7/site-packages/jinja2/idtracking.pyo
V/python (14920): extracting lib/python2.7/site-packages/jinja2/utils.pyo
V/python (14920): extracting lib/python2.7/site-packages/jinja2/parser.pyo
V/python (14920): extracting lib/python2.7/site-packages/jinja2/meta.py
V/python (14920): extracting lib/python2.7/site-packages/jinja2/_stringdefs.pyo
V/python (14920): extracting lib/python2.7/site-packages/jinja2/ext.py
V/python (14920): extracting lib/python2.7/site-packages/jinja2/utils.py
V/python (14920): extracting lib/python2.7/site-packages/jinja2/loaders.pyo
V/python (14920): extracting lib/python2.7/site-packages/jinja2/defaults.pyo
V/python (14920): extracting lib/python2.7/site-packages/jinja2/lexer.pyo
V/python (14920): extracting lib/python2.7/site-packages/jinja2/runtime.pyo
V/python (14920): extracting lib/python2.7/site-packages/jinja2/compiler.py
V/python (14920): extracting lib/python2.7/site-packages/jinja2/optimizer.py
V/python (14920): extracting lib/python2.7/site-packages/jinja2/tests.pyo
V/python (14920): extracting lib/python2.7/site-packages/jinja2/sandbox.py
V/python (14920): extracting lib/python2.7/site-packages/jinja2/environment.py
V/python (14920): extracting lib/python2.7/site-packages/jinja2/bccache.pyo
V/python (14920): extracting lib/python2.7/site-packages/jinja2/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/jinja2/defaults.py
V/python (14920): extracting lib/python2.7/site-packages/jinja2/ext.pyo
V/python (14920): extracting lib/python2.7/site-packages/jinja2/visitor.py
V/python (14920): extracting lib/python2.7/site-packages/jinja2/lexer.py
V/python (14920): extracting lib/python2.7/site-packages/jinja2/tests.py
V/python (14920): extracting lib/python2.7/site-packages/jinja2/runtime.py
V/python (14920): extracting lib/python2.7/site-packages/jinja2/_compat.py
V/python (14920): extracting lib/python2.7/site-packages/jinja2/nodes.pyo
V/python (14920): extracting lib/python2.7/site-packages/jinja2/filters.pyo
V/python (14920): extracting lib/python2.7/site-packages/jinja2/constants.py
V/python (14920): extracting lib/python2.7/site-packages/jinja2/visitor.pyo
V/python (14920): extracting lib/python2.7/site-packages/jinja2/exceptions.py
V/python (14920): extracting lib/python2.7/site-packages/jinja2/meta.pyo
V/python (14920): extracting lib/python2.7/site-packages/jinja2/environment.pyo
V/python (14920): extracting lib/python2.7/site-packages/jinja2/sandbox.pyo
V/python (14920): extracting lib/python2.7/site-packages/jinja2/exceptions.pyo
V/python (14920): extracting lib/python2.7/site-packages/jinja2/_stringdefs.py
V/python (14920): extracting lib/python2.7/site-packages/jinja2/idtracking.py
V/python (14920): extracting lib/python2.7/site-packages/jinja2/constants.pyo
V/python (14920): extracting lib/python2.7/site-packages/jinja2/filters.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/
V/python (14920): extracting lib/python2.7/site-packages/setuptools/package_index.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/archive_util.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/depends.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/script (dev).tmpl
V/python (14920): extracting lib/python2.7/site-packages/setuptools/init.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/py26compat.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/dist.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/py31compat.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/utils.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/site-patch.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/windows_support.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/script.tmpl
V/python (14920): extracting lib/python2.7/site-packages/setuptools/compat.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/py26compat.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/package_index.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/utils.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/msvc9_support.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/dist.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/compat.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/depends.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/windows_support.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/version.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/msvc9_support.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/sandbox.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/version.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/archive_util.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/ssl_support.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/lib2to3_ex.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/lib2to3_ex.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/ssl_support.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/unicode_utils.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/unicode_utils.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/py27compat.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/extension.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/extension.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/py27compat.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/py31compat.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/sandbox.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/site-patch.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/develop.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/build_py.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/register.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/setopt.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/setopt.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/upload_docs.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/install_scripts.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/bdist_egg.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/init.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/bdist_wininst.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/saveopts.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/install.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/install_egg_info.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/test.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/install_egg_info.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/bdist_egg.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/bdist_rpm.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/build_py.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/sdist.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/build_ext.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/saveopts.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/install.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/install_lib.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/sdist.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/easy_install.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/easy_install.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/register.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/alias.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/rotate.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/develop.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/build_ext.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/bdist_rpm.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/test.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/install_scripts.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/alias.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/egg_info.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/upload_docs.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/install_lib.py
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/bdist_wininst.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/rotate.pyo
V/python (14920): extracting lib/python2.7/site-packages/setuptools/command/egg_info.pyo
V/python (14920): extracting lib/python2.7/site-packages/click/
V/python (14920): extracting lib/python2.7/site-packages/click/globals.py
V/python (14920): extracting lib/python2.7/site-packages/click/_winconsole.py
V/python (14920): extracting lib/python2.7/site-packages/click/formatting.py
V/python (14920): extracting lib/python2.7/site-packages/click/_compat.pyo
V/python (14920): extracting lib/python2.7/site-packages/click/parser.py
V/python (14920): extracting lib/python2.7/site-packages/click/_unicodefun.py
V/python (14920): extracting lib/python2.7/site-packages/click/init.py
V/python (14920): extracting lib/python2.7/site-packages/click/_textwrap.pyo
V/python (14920): extracting lib/python2.7/site-packages/click/utils.pyo
V/python (14920): extracting lib/python2.7/site-packages/click/parser.pyo
V/python (14920): extracting lib/python2.7/site-packages/click/types.pyo
V/python (14920): extracting lib/python2.7/site-packages/click/types.py
V/python (14920): extracting lib/python2.7/site-packages/click/termui.py
V/python (14920): extracting lib/python2.7/site-packages/click/core.pyo
V/python (14920): extracting lib/python2.7/site-packages/click/decorators.py
V/python (14920): extracting lib/python2.7/site-packages/click/utils.py
V/python (14920): extracting lib/python2.7/site-packages/click/testing.pyo
V/python (14920): extracting lib/python2.7/site-packages/click/_bashcomplete.py
V/python (14920): extracting lib/python2.7/site-packages/click/formatting.pyo
V/python (14920): extracting lib/python2.7/site-packages/click/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/click/decorators.pyo
V/python (14920): extracting lib/python2.7/site-packages/click/testing.py
V/python (14920): extracting lib/python2.7/site-packages/click/_compat.py
V/python (14920): extracting lib/python2.7/site-packages/click/_termui_impl.pyo
V/python (14920): extracting lib/python2.7/site-packages/click/_bashcomplete.pyo
V/python (14920): extracting lib/python2.7/site-packages/click/_unicodefun.pyo
V/python (14920): extracting lib/python2.7/site-packages/click/exceptions.py
V/python (14920): extracting lib/python2.7/site-packages/click/termui.pyo
V/python (14920): extracting lib/python2.7/site-packages/click/globals.pyo
V/python (14920): extracting lib/python2.7/site-packages/click/exceptions.pyo
V/python (14920): extracting lib/python2.7/site-packages/click/_winconsole.pyo
V/python (14920): extracting lib/python2.7/site-packages/click/core.py
V/python (14920): extracting lib/python2.7/site-packages/click/_termui_impl.py
V/python (14920): extracting lib/python2.7/site-packages/click/_textwrap.py
V/python (14920): extracting lib/python2.7/site-packages/MarkupSafe-1.0.dist-info/
V/python (14920): extracting lib/python2.7/site-packages/MarkupSafe-1.0.dist-info/DESCRIPTION.rst
V/python (14920): extracting lib/python2.7/site-packages/MarkupSafe-1.0.dist-info/metadata.json
V/python (14920): extracting lib/python2.7/site-packages/MarkupSafe-1.0.dist-info/METADATA
V/python (14920): extracting lib/python2.7/site-packages/MarkupSafe-1.0.dist-info/WHEEL
V/python (14920): extracting lib/python2.7/site-packages/MarkupSafe-1.0.dist-info/top_level.txt
V/python (14920): extracting lib/python2.7/site-packages/MarkupSafe-1.0.dist-info/LICENSE.txt
V/python (14920): extracting lib/python2.7/site-packages/MarkupSafe-1.0.dist-info/INSTALLER
V/python (14920): extracting lib/python2.7/site-packages/MarkupSafe-1.0.dist-info/RECORD
V/python (14920): extracting lib/python2.7/site-packages/markupsafe/
V/python (14920): extracting lib/python2.7/site-packages/markupsafe/_compat.pyo
V/python (14920): extracting lib/python2.7/site-packages/markupsafe/_native.py
V/python (14920): extracting lib/python2.7/site-packages/markupsafe/init.py
V/python (14920): extracting lib/python2.7/site-packages/markupsafe/_native.pyo
V/python (14920): extracting lib/python2.7/site-packages/markupsafe/_speedups.so
V/python (14920): extracting lib/python2.7/site-packages/markupsafe/_constants.pyo
V/python (14920): extracting lib/python2.7/site-packages/markupsafe/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/markupsafe/_compat.py
V/python (14920): extracting lib/python2.7/site-packages/markupsafe/_constants.py
V/python (14920): extracting lib/python2.7/site-packages/markupsafe/_speedups.c
V/python (14920): extracting lib/python2.7/site-packages/click-6.7.dist-info/
V/python (14920): extracting lib/python2.7/site-packages/click-6.7.dist-info/DESCRIPTION.rst
V/python (14920): extracting lib/python2.7/site-packages/click-6.7.dist-info/metadata.json
V/python (14920): extracting lib/python2.7/site-packages/click-6.7.dist-info/METADATA
V/python (14920): extracting lib/python2.7/site-packages/click-6.7.dist-info/WHEEL
V/python (14920): extracting lib/python2.7/site-packages/click-6.7.dist-info/top_level.txt
V/python (14920): extracting lib/python2.7/site-packages/click-6.7.dist-info/INSTALLER
V/python (14920): extracting lib/python2.7/site-packages/click-6.7.dist-info/RECORD
V/python (14920): extracting lib/python2.7/site-packages/pkg_resources/
V/python (14920): extracting lib/python2.7/site-packages/pkg_resources/init.py
V/python (14920): extracting lib/python2.7/site-packages/pkg_resources/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/pkg_resources/_vendor/
V/python (14920): extracting lib/python2.7/site-packages/pkg_resources/_vendor/init.py
V/python (14920): extracting lib/python2.7/site-packages/pkg_resources/_vendor/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/pkg_resources/_vendor/packaging/
V/python (14920): extracting lib/python2.7/site-packages/pkg_resources/_vendor/packaging/specifiers.py
V/python (14920): extracting lib/python2.7/site-packages/pkg_resources/_vendor/packaging/_compat.pyo
V/python (14920): extracting lib/python2.7/site-packages/pkg_resources/_vendor/packaging/init.py
V/python (14920): extracting lib/python2.7/site-packages/pkg_resources/_vendor/packaging/_structures.pyo
V/python (14920): extracting lib/python2.7/site-packages/pkg_resources/_vendor/packaging/specifiers.pyo
V/python (14920): extracting lib/python2.7/site-packages/pkg_resources/_vendor/packaging/about.py
V/python (14920): extracting lib/python2.7/site-packages/pkg_resources/_vendor/packaging/_structures.py
V/python (14920): extracting lib/python2.7/site-packages/pkg_resources/_vendor/packaging/about.pyo
V/python (14920): extracting lib/python2.7/site-packages/pkg_resources/_vendor/packaging/version.pyo
V/python (14920): extracting lib/python2.7/site-packages/pkg_resources/_vendor/packaging/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/pkg_resources/_vendor/packaging/version.py
V/python (14920): extracting lib/python2.7/site-packages/pkg_resources/_vendor/packaging/_compat.py
V/python (14920): extracting lib/python2.7/site-packages/Flask-0.10.1.post20170904-py2.7.egg-info/
V/python (14920): extracting lib/python2.7/site-packages/Flask-0.10.1.post20170904-py2.7.egg-info/dependency_links.txt
V/python (14920): extracting lib/python2.7/site-packages/Flask-0.10.1.post20170904-py2.7.egg-info/requires.txt
V/python (14920): extracting lib/python2.7/site-packages/Flask-0.10.1.post20170904-py2.7.egg-info/PKG-INFO
V/python (14920): extracting lib/python2.7/site-packages/Flask-0.10.1.post20170904-py2.7.egg-info/top_level.txt
V/python (14920): extracting lib/python2.7/site-packages/Flask-0.10.1.post20170904-py2.7.egg-info/SOURCES.txt
V/python (14920): extracting lib/python2.7/site-packages/Flask-0.10.1.post20170904-py2.7.egg-info/not-zip-safe
V/python (14920): extracting lib/python2.7/site-packages/_markerlib/
V/python (14920): extracting lib/python2.7/site-packages/_markerlib/init.py
V/python (14920): extracting lib/python2.7/site-packages/_markerlib/markers.py
V/python (14920): extracting lib/python2.7/site-packages/_markerlib/markers.pyo
V/python (14920): extracting lib/python2.7/site-packages/_markerlib/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/
V/python (14920): extracting lib/python2.7/site-packages/flask/globals.py
V/python (14920): extracting lib/python2.7/site-packages/flask/templating.py
V/python (14920): extracting lib/python2.7/site-packages/flask/config.py
V/python (14920): extracting lib/python2.7/site-packages/flask/json.py
V/python (14920): extracting lib/python2.7/site-packages/flask/debughelpers.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/templating.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/_compat.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/sessions.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/init.py
V/python (14920): extracting lib/python2.7/site-packages/flask/ctx.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/signals.py
V/python (14920): extracting lib/python2.7/site-packages/flask/blueprints.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/exthook.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/module.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/blueprints.py
V/python (14920): extracting lib/python2.7/site-packages/flask/module.py
V/python (14920): extracting lib/python2.7/site-packages/flask/json.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/config.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/app.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/helpers.py
V/python (14920): extracting lib/python2.7/site-packages/flask/debughelpers.py
V/python (14920): extracting lib/python2.7/site-packages/flask/logging.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testing.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/wrappers.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/logging.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/exthook.py
V/python (14920): extracting lib/python2.7/site-packages/flask/views.py
V/python (14920): extracting lib/python2.7/site-packages/flask/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testing.py
V/python (14920): extracting lib/python2.7/site-packages/flask/ctx.py
V/python (14920): extracting lib/python2.7/site-packages/flask/_compat.py
V/python (14920): extracting lib/python2.7/site-packages/flask/sessions.py
V/python (14920): extracting lib/python2.7/site-packages/flask/app.py
V/python (14920): extracting lib/python2.7/site-packages/flask/wrappers.py
V/python (14920): extracting lib/python2.7/site-packages/flask/globals.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/signals.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/helpers.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/views.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/appctx.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/templating.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/config.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/examples.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/templating.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/init.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/regression.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/signals.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/blueprints.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/subclassing.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/ext.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/blueprints.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/config.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/helpers.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/testing.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/basic.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/views.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/testing.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/subclassing.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/ext.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/deprecations.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/reqctx.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/appctx.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/examples.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/signals.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/reqctx.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/regression.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/helpers.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/views.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/basic.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/deprecations.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/templates/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/templates/simple_template.html
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/templates/escaping_template.html
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/templates/mail.txt
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/templates/template_test.html
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/templates/_macro.html
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/templates/context_template.html
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/templates/template_filter.html
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/templates/nested/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/templates/nested/nested.txt
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/static/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/static/index.html
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/importerror.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/importerror.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/config_module_app.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/flask_newext_simple.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/flask_newext_simple.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/main_app.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/main_app.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/config_module_app.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/flask_broken/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/flask_broken/init.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/flask_broken/b.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/flask_broken/b.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/flask_broken/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/subdomaintestmodule/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/subdomaintestmodule/init.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/subdomaintestmodule/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/subdomaintestmodule/static/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/subdomaintestmodule/static/hello.txt
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/path/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/path/installed_package/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/path/installed_package/init.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/path/installed_package/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/lib/python2.5/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/lib/python2.5/site-packages/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/lib/python2.5/site-packages/site_app.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/lib/python2.5/site-packages/SiteEgg.egg
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/lib/python2.5/site-packages/site_app.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/lib/python2.5/site-packages/site_package/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/lib/python2.5/site-packages/site_package/init.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/lib/python2.5/site-packages/site_package/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/init.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/init.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/init.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/templates/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/templates/frontend/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/templates/frontend/index.html
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/init.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/templates/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/templates/admin/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/templates/admin/index.html
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/static/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/static/test.txt
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/static/css/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/static/css/test.css
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/flask_newext_package/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/flask_newext_package/init.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/flask_newext_package/submodule.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/flask_newext_package/submodule.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/flask_newext_package/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/init.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/init.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend/init.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend/templates/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend/templates/index.html
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/init.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/templates/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/templates/index.html
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/static/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/static/test.txt
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/static/css/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/static/css/test.css
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/config_package_app/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/config_package_app/init.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/config_package_app/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/flaskext/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/flaskext/oldext_simple.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/flaskext/init.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/flaskext/oldext_simple.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/flaskext/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/flaskext/oldext_package/
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/flaskext/oldext_package/init.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/flaskext/oldext_package/submodule.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/flaskext/oldext_package/submodule.py
V/python (14920): extracting lib/python2.7/site-packages/flask/testsuite/test_apps/flaskext/oldext_package/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/flask/ext/
V/python (14920): extracting lib/python2.7/site-packages/flask/ext/init.py
V/python (14920): extracting lib/python2.7/site-packages/flask/ext/init.pyo
V/python (14920): extracting lib/python2.7/site-packages/Werkzeug-0.12.2.dist-info/
V/python (14920): extracting lib/python2.7/site-packages/Werkzeug-0.12.2.dist-info/DESCRIPTION.rst
V/python (14920): extracting lib/python2.7/site-packages/Werkzeug-0.12.2.dist-info/metadata.json
V/python (14920): extracting lib/python2.7/site-packages/Werkzeug-0.12.2.dist-info/METADATA
V/python (14920): extracting lib/python2.7/site-packages/Werkzeug-0.12.2.dist-info/WHEEL
V/python (14920): extracting lib/python2.7/site-packages/Werkzeug-0.12.2.dist-info/top_level.txt
V/python (14920): extracting lib/python2.7/site-packages/Werkzeug-0.12.2.dist-info/LICENSE.txt
V/python (14920): extracting lib/python2.7/site-packages/Werkzeug-0.12.2.dist-info/INSTALLER
V/python (14920): extracting lib/python2.7/site-packages/Werkzeug-0.12.2.dist-info/RECORD
V/python (14920): extracting lib/python2.7/lib-dynload/
V/python (14920): extracting lib/python2.7/lib-dynload/future_builtins.so
V/python (14920): extracting lib/python2.7/lib-dynload/syslog.so
V/python (14920): extracting lib/python2.7/lib-dynload/unicodedata.so
V/python (14920): extracting lib/python2.7/lib-dynload/_ctypes.so
V/python (14920): extracting lib/python2.7/lib-dynload/_csv.so
V/python (14920): extracting lib/python2.7/lib-dynload/_io.so
V/python (14920): extracting _load.html

@inclement
Copy link
Member

Leave out the "-s python".

@eteamin
Copy link
Author

eteamin commented Sep 3, 2017

unpacking log was here...

 V/python  (16775): extracting _load.html
V/Python  (16775): Device: htc_v02_dug
V/Python  (16775): Model: HTC Desire 526G dual sim
D/dalvikvm(16775): Trying to load lib /data/app-lib/org.example.myapp-1/libpython2.7.so 0x4219d9a0
D/dalvikvm(16775): Added shared lib /data/app-lib/org.example.myapp-1/libpython2.7.so 0x4219d9a0
D/dalvikvm(16775): No JNI_OnLoad found in /data/app-lib/org.example.myapp-1/libpython2.7.so 0x4219d9a0, skipping init
W/System.err(16775): Couldn't load main from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/org.example.myapp-1.apk"],nativeLibraryDirectories=[/data/app-lib/org.example.myapp-1, /vendor/lib, /system/lib]]]: findLibrary returned null
D/dalvikvm(16775): currentAlloc=5186384 - lastAllocatedSize=4155896 < 10485760, don't trigger GC
V/Provider/Settings( 1546):  from settings cache , name = pdp_watchdog_poll_interval_ms , value = null
I/SurfaceFlinger(  135): EventThread Client Pid (16775) created
V/WindowManager( 1143): Changing focus from null to Window{4312b5e8 u0 org.example.myapp/org.kivy.android.PythonActivity} Callers=com.android.server.wm.WindowManagerService.addWindow:2742 com.android.server.wm.Session.addToDisplay:163 android.view.IWindowSession$Stub.onTransact:111 com.android.server.wm.Session.onTransact:126 
I/WindowManager( 1143): Gaining focus: Window{4312b5e8 u0 org.example.myapp/org.kivy.android.PythonActivity}
V/PhoneStatusBar( 1402): setLightsOn(true)
D/PhoneStatusBar( 1402): setSystemUiVisibility vis=0 mask=1 oldVal=0 newVal=0 diff=0
D/ActivityThread(16775): ACT-AM_ON_RESUME_CALLED ActivityRecord{42197c28 token=android.os.BinderProxy@42197448 {org.example.myapp/org.kivy.android.PythonActivity}}
V/PhoneWindow(16775): DecorView setVisiblity: visibility = 4 ,Parent =null, this =com.android.internal.policy.impl.PhoneWindow$DecorView{422c5f60 I.E..... R.....ID 0,0-0,0}
V/PhoneWindow(16775): DecorView setVisiblity: visibility = 0 ,Parent =ViewRoot{422c19d0 org.example.myapp/org.kivy.android.PythonActivity,ident = 1}, this =com.android.internal.policy.impl.PhoneWindow$DecorView{422c5f60 V.E..... R.....ID 0,0-0,0}
D/ActivityThread(16775): ACT-LAUNCH_ACTIVITY handled : 0 / ActivityRecord{42197c28 token=android.os.BinderProxy@42197448 {org.example.myapp/org.kivy.android.PythonActivity}}
D/OpenGLRenderer( 1402): prepareDirty (0.00, 0.00, 540.00, 72.00) opaque 0 <0x626d6b20>
D/OpenGLRenderer( 1402): clear (0.00, 72 - 72.00 = 0.00, 540.00 - 0.00 = 540.00, 72.00 - 0.00 = 72.00) opaque 0 <0x626d6b20>
D/OpenGLRenderer( 1402): finish <0x626d6b20>
I/BufferQueue(  135): [NavigationBar](this:0xb8534258,id:6,api:1,p:1402,c:135) [queue] fps:0.81, dur:1239.87, max:1239.87, min:1239.87
I/BufferQueue(  135): [NavigationBar](this:0xb8534258,id:6,api:1,p:1402,c:135) [release] fps:0.80, dur:1252.76, max:1252.76, min:1252.76
I/BufferQueue(  135): [unnamed-135-328](this:0xb85695d8,id:328,api:0,p:-1,c:-1) BufferQueue
I/GLConsumer(  135): [void android::RingBuffer<TYPE>::resize(uint32_t, bool) [with TYPE = android::sp<android::BackupBuffer>; uint32_t = unsigned int]] 0xb8535474 resize to 10 (force=true)
I/GLConsumer(  135): [void android::RingBuffer<TYPE>::resize(uint32_t, bool) [with TYPE = android::sp<android::BackupBuffer>; uint32_t = unsigned int]] 0xb8535474 resize to 0 (force=false)
I/BufferQueue(  135): [unnamed-135-328](this:0xb85695d8,id:328,api:0,p:-1,c:135) consumerConnect consumer=(135:/system/bin/surfaceflinger) controlledByApp=false
I/BufferQueue(  135): [unnamed-135-328](this:0xb85695d8,id:328,api:0,p:-1,c:135) setConsumerName: unnamed-135-328
I/GLConsumer(  135): [unnamed-135-328](this:0xb8542a28,api:0) GLConsumer
I/BufferQueue(  135): [org.example.myapp/org.kivy.android.PythonActivity](this:0xb85695d8,id:328,api:0,p:-1,c:135) setConsumerName: org.example.myapp/org.kivy.android.PythonActivity
I/BufferQueue(  135): [org.example.myapp/org.kivy.android.PythonActivity](this:0xb85695d8,id:328,api:0,p:-1,c:135) setDefaultBufferSize: w=1, h=1
I/ANRManager( 1143): CPU update time < 2.5sec
D/KeyguardUpdateMonitor( 1402): sendKeyguardVisibilityChanged(true)
D/KeyguardUpdateMonitor( 1402): handleKeyguardVisibilityChanged(1)
I/BufferQueue(  135): [org.example.myapp/org.kivy.android.PythonActivity](this:0xb85695d8,id:328,api:0,p:-1,c:135) setDefaultBufferSize: w=540, h=643
D/KeyguardUpdateMonitor( 1402): sendKeyguardVisibilityChanged(true)
D/KeyguardUpdateMonitor( 1402): handleKeyguardVisibilityChanged(1)
I/BufferQueue(  135): [org.example.myapp/org.kivy.android.PythonActivity](this:0xb85695d8,id:328,api:0,p:16775,c:135) connect: api=1 producer=(16775:org.example.myapp) producerControlledByApp=true
I/BufferQueue(  135): [org.example.myapp/org.kivy.android.PythonActivity](this:0xb85695d8,id:328,api:1,p:16775,c:135) new GraphicBuffer needed
D/BufferQueue(  135):     [OLD] gb:NULL
I/GraphicBuffer(  135): allocate buffer (w:544 h:643 f:1) handle(0xb8525e58) err(0)
I/BufferQueue(  135):     [NEW] gb=0xb855cfd8, handle=0xb8525e58, w=540, h=643, s=544, fmt=1
D/GraphicBuffer(16775): create handle(0x61c02440) (w:544, h:643, f:1)
D/BufferQueue(  135): [org.example.myapp/org.kivy.android.PythonActivity](this:0xb85695d8,id:328,api:1,p:16775,c:135) cancelBuffer: slot=0
I/MaliEGL (16775): [Mali]window_type=1, is_framebuffer=0, errnum = 0
I/MaliEGL (16775): [Mali]surface->num_buffers=4, surface->num_frames=3, win_min_undequeued=1
I/MaliEGL (16775): [Mali]max_allowed_dequeued_buffers=3
I/BufferQueue(  135): [org.example.myapp/org.kivy.android.PythonActivity](this:0xb85695d8,id:328,api:1,p:16775,c:135) setBufferCount: count=4
I/GraphicBuffer(  135): free buffer (w:544 h:643 f:1) handle(0xb8525e58)
I/BufferQueue(  135): [org.example.myapp/org.kivy.android.PythonActivity](this:0xb85695d8,id:328,api:1,p:16775,c:135) getReleasedBuffers: returning mask 0xffffffff
D/GraphicBuffer(16775): close handle(0x61c02440) (w:544 h:643 f:1)
I/BufferQueue(  135): [org.example.myapp/org.kivy.android.PythonActivity](this:0xb85695d8,id:328,api:1,p:16775,c:135) new GraphicBuffer needed
D/BufferQueue(  135):     [OLD] gb:NULL
I/GraphicBuffer(  135): allocate buffer (w:544 h:643 f:1) handle(0xb8525e58) err(0)
I/BufferQueue(  135):     [NEW] gb=0xb853db30, handle=0xb8525e58, w=540, h=643, s=544, fmt=1
D/GraphicBuffer(16775): create handle(0x61c03240) (w:544, h:643, f:1)
D/OpenGLRenderer(16775): Enabling debug mode 0
D/GraphicBuffer(16775): create handle(0x61e5bae0) (w:768, h:768, f:1)
D/OpenGLRenderer(16775): setViewport 540x643 <0x61c037c8>
I/BufferQueue(  135): [unnamed-135-329](this:0xb8551e60,id:329,api:0,p:-1,c:-1) BufferQueue
I/GLConsumer(  135): [void android::RingBuffer<TYPE>::resize(uint32_t, bool) [with TYPE = android::sp<android::BackupBuffer>; uint32_t = unsigned int]] 0xb8534fbc resize to 10 (force=true)
I/GLConsumer(  135): [void android::RingBuffer<TYPE>::resize(uint32_t, bool) [with TYPE = android::sp<android::BackupBuffer>; uint32_t = unsigned int]] 0xb8534fbc resize to 0 (force=false)
I/BufferQueue(  135): [unnamed-135-329](this:0xb8551e60,id:329,api:0,p:-1,c:135) consumerConnect consumer=(135:/system/bin/surfaceflinger) controlledByApp=false
I/BufferQueue(  135): [unnamed-135-329](this:0xb8551e60,id:329,api:0,p:-1,c:135) setConsumerName: unnamed-135-329
I/GLConsumer(  135): [unnamed-135-329](this:0xb853ad48,api:0) GLConsumer
I/BufferQueue(  135): [org.example.myapp/org.kivy.android.PythonActivity](this:0xb8551e60,id:329,api:0,p:-1,c:135) setConsumerName: org.example.myapp/org.kivy.android.PythonActivity
I/BufferQueue(  135): [org.example.myapp/org.kivy.android.PythonActivity](this:0xb8551e60,id:329,api:0,p:-1,c:135) setDefaultBufferSize: w=540, h=888
D/KeyguardUpdateMonitor( 1402): sendKeyguardVisibilityChanged(true)
D/KeyguardUpdateMonitor( 1402): handleKeyguardVisibilityChanged(1)
I/BufferQueue(  135): [org.example.myapp/org.kivy.android.PythonActivity](this:0xb8551e60,id:329,api:0,p:16775,c:135) connect: api=1 producer=(16775:org.example.myapp) producerControlledByApp=true
I/BufferQueue(  135): [org.example.myapp/org.kivy.android.PythonActivity](this:0xb8551e60,id:329,api:1,p:16775,c:135) new GraphicBuffer needed
D/BufferQueue(  135):     [OLD] gb:NULL
I/GraphicBuffer(  135): allocate buffer (w:544 h:888 f:1) handle(0xb8528980) err(0)
I/BufferQueue(  135):     [NEW] gb=0xb8539a58, handle=0xb8528980, w=540, h=888, s=544, fmt=1
D/GraphicBuffer(16775): create handle(0x620a0910) (w:544, h:888, f:1)
D/BufferQueue(  135): [org.example.myapp/org.kivy.android.PythonActivity](this:0xb8551e60,id:329,api:1,p:16775,c:135) cancelBuffer: slot=0
I/MaliEGL (16775): [Mali]window_type=1, is_framebuffer=0, errnum = 0
I/MaliEGL (16775): [Mali]surface->num_buffers=4, surface->num_frames=3, win_min_undequeued=1
I/MaliEGL (16775): [Mali]max_allowed_dequeued_buffers=3
I/BufferQueue(  135): [org.example.myapp/org.kivy.android.PythonActivity](this:0xb8551e60,id:329,api:1,p:16775,c:135) setBufferCount: count=4
I/GraphicBuffer(  135): free buffer (w:544 h:888 f:1) handle(0xb8528980)
I/BufferQueue(  135): [org.example.myapp/org.kivy.android.PythonActivity](this:0xb8551e60,id:329,api:1,p:16775,c:135) getReleasedBuffers: returning mask 0xffffffff
D/GraphicBuffer(16775): close handle(0x620a0910) (w:544 h:888 f:1)
I/BufferQueue(  135): [org.example.myapp/org.kivy.android.PythonActivity](this:0xb8551e60,id:329,api:1,p:16775,c:135) new GraphicBuffer needed
D/BufferQueue(  135):     [OLD] gb:NULL
I/GraphicBuffer(  135): allocate buffer (w:544 h:888 f:1) handle(0xb8528980) err(0)
I/BufferQueue(  135):     [NEW] gb=0xb8539a58, handle=0xb8528980, w=540, h=888, s=544, fmt=1
D/GraphicBuffer(16775): create handle(0x622799b8) (w:544, h:888, f:1)
D/OpenGLRenderer(16775): setViewport 540x888 <0x62279ab8>
I/SurfaceFlinger(  135): Skip composition for [Built-in Screen (type:0)] since dirtyRegion is empty
I/ANRManager( 1143): CPU update time < 2.5sec
D/OpenGLRenderer(16775): prepareDirty (0.00, 0.00, 540.00, 643.00) opaque 0 <0x61c037c8>
D/OpenGLRenderer(16775): clear (0.00, 643 - 643.00 = 0.00, 540.00 - 0.00 = 540.00, 643.00 - 0.00 = 643.00) opaque 0 <0x61c037c8>
D/OpenGLRenderer(16775): finish <0x61c037c8>
D/KeyguardUpdateMonitor( 1402): sendKeyguardVisibilityChanged(true)
D/KeyguardUpdateMonitor( 1402): handleKeyguardVisibilityChanged(1)
D/OpenGLRenderer(16775): prepareDirty (0.00, 0.00, 540.00, 888.00) opaque 1 <0x62279ab8>
D/OpenGLRenderer(16775): finish <0x62279ab8>
I/GLConsumer(  135): [org.example.myapp/org.kivy.android.PythonActivity](this:0xb8542a28,api:1) [void* android::GLConsumer::createImage(EGLDisplay, const android::sp<android::GraphicBuffer>&, const android::Rect&)]
D/GLConsumer(  135):     GraphicBuffer: gb=0xb853db30 handle=0xb8525e58 fmt=1
D/GLConsumer(  135):     EGLImage: dpy=0x1, img=0x10000005
D/KeyguardUpdateMonitor( 1402): sendKeyguardVisibilityChanged(true)
D/KeyguardUpdateMonitor( 1402): handleKeyguardVisibilityChanged(1)
I/GLConsumer(  135): [org.example.myapp/org.kivy.android.PythonActivity](this:0xb853ad48,api:1) [void* android::GLConsumer::createImage(EGLDisplay, const android::sp<android::GraphicBuffer>&, const android::Rect&)]
D/GLConsumer(  135):     GraphicBuffer: gb=0xb8539a58 handle=0xb8528980 fmt=1
D/GLConsumer(  135):     EGLImage: dpy=0x1, img=0x10000007
I/ActivityManager( 1143): [AppLaunch] Displayed Displayed org.example.myapp/org.kivy.android.PythonActivity: +1s505ms
D/ActivityManager( 1143): AP_PROF:AppLaunch_LaunchTime:org.example.myapp/org.kivy.android.PythonActivity:1505:6021656
D/KeyguardUpdateMonitor( 1402): sendKeyguardVisibilityChanged(true)
D/KeyguardUpdateMonitor( 1402): handleKeyguardVisibilityChanged(1)
D/KeyguardUpdateMonitor( 1402): sendKeyguardVisibilityChanged(true)
D/KeyguardUpdateMonitor( 1402): handleKeyguardVisibilityChanged(1)
I/SurfaceFlinger(  135): Skip composition for [Built-in Screen (type:0)] since dirtyRegion is empty
I/BufferQueue(  135): [DimLayer](this:0xb85239b8,id:325,api:0,p:-1,c:135) setDefaultBufferSize: w=1440, h=1440
I/SurfaceFlinger(  135): Skip composition for [Built-in Screen (type:0)] since dirtyRegion is empty
D/KeyguardUpdateMonitor( 1402): sendKeyguardVisibilityChanged(true)
D/KeyguardUpdateMonitor( 1402): handleKeyguardVisibilityChanged(1)
V/ActivityManager( 1143): ACT-Activity idle: Token{42efc578 ActivityRecord{42cea138 u0 org.example.myapp/org.kivy.android.PythonActivity t77}}
D/PowerManagerService( 1143): updateWakeLockSummaryLocked: mWakefulness=Awake, mWakeLockSummary=0x0
D/PowerManagerService( 1143): newScreenState = 2
D/PowerManagerDisplayController( 1143): requestPowerState: screenState=2, useProximitySensor=false, forceProximitySensorEnable=false, forceWakeUpEnable=false, screenBrightness=125, screenAutoBrightnessAdjustment=0.0, useAutoBrightness=false, useEcoBrightness=false, blockScreenOn=false, waitForNegativeProximity=false
I/PowerManagerService( 1143): setBrightness mButtonLight 0.
D/PowerManagerService( 1143): updateScreenStateLocked: mDisplayReady=true, newScreenState=2, mWakefulness=1, mWakeLockSummary=0x0, mUserActivitySummary=0x1, mBootCompleted=true
D/PowerManagerService( 1143): Releasing suspend blocker "PowerManagerService.WakeLocks".
V/ActivityManager( 1143): ensureActivitiesVisibleLocked: consider front
V/ActivityManager( 1143): ensureActivitiesVisibleLocked: consider back
D/PowerManagerService( 1143): handleSandman: canDream=true, mWakefulness=Awake
I/BufferQueue(  135): [FrameBufferSurface_0](this:0xb851c848,id:0,api:1,p:135,c:135) [release] fps:5.97, dur:1507.51, max:1325.53, min:17.86
I/BufferQueue(  135): [FrameBufferSurface_0](this:0xb851c848,id:0,api:1,p:135,c:135) [queue] fps:5.97, dur:1507.52, max:1325.61, min:17.87
I/ANRManager( 1143): CPU update time < 2.5sec
I/ANRManager( 1143): CPU update time < 2.5sec
I/ANRManager( 1143): CPU update time < 2.5sec
I/ANRManager( 1143): CPU update time < 2.5sec
D/OpenGLRenderer( 1402): prepareDirty (0.00, 0.00, 540.00, 72.00) opaque 0 <0x626d6b20>
D/OpenGLRenderer( 1402): clear (0.00, 72 - 72.00 = 0.00, 540.00 - 0.00 = 540.00, 72.00 - 0.00 = 72.00) opaque 0 <0x626d6b20>
D/OpenGLRenderer( 1402): finish <0x626d6b20>
D/OpenGLRenderer( 1402): prepareDirty (0.00, 0.00, 540.00, 72.00) opaque 0 <0x626d6b20>
D/OpenGLRenderer( 1402): clear (0.00, 72 - 72.00 = 0.00, 540.00 - 0.00 = 540.00, 72.00 - 0.00 = 72.00) opaque 0 <0x626d6b20>
D/OpenGLRenderer( 1402): finish <0x626d6b20>
D/OpenGLRenderer( 1402): prepareDirty (0.00, 0.00, 540.00, 72.00) opaque 0 <0x626d6b20>
D/OpenGLRenderer( 1402): clear (0.00, 72 - 72.00 = 0.00, 540.00 - 0.00 = 540.00, 72.00 - 0.00 = 72.00) opaque 0 <0x626d6b20>
I/ANRManager( 1143): CPU update time < 2.5sec
D/OpenGLRenderer( 1402): finish <0x626d6b20>
D/OpenGLRenderer( 1402): prepareDirty (0.00, 0.00, 540.00, 72.00) opaque 0 <0x626d6b20>
D/OpenGLRenderer( 1402): clear (0.00, 72 - 72.00 = 0.00, 540.00 - 0.00 = 540.00, 72.00 - 0.00 = 72.00) opaque 0 <0x626d6b20>
D/OpenGLRenderer( 1402): finish <0x626d6b20>
D/KeyguardUpdateMonitor( 1402): sendKeyguardVisibilityChanged(true)
D/KeyguardUpdateMonitor( 1402): handleKeyguardVisibilityChanged(1)
I/BufferQueue(  135): [Starting org.example.myapp](this:0xb8570f70,id:327,api:2,p:-1,c:135) disconnect: api=2
I/BufferQueue(  135): [Starting org.example.myapp](this:0xb8570f70,id:327,api:0,p:-1,c:135) getReleasedBuffers: returning mask 0xffffffff
I/GLConsumer(  135): [Starting org.example.myapp](this:0xb85584e0,api:0) destroying EGLImage dpy=0x1 img=0x1000000a
D/IPCThreadState(  135): [DN #5] BR_CLEAR_DEATH_NOTIFICATION_DONE cookie 0xb856a278
D/GraphicBuffer( 1143): close handle(0x64a78b48) (w:544 h:888 f:1)
D/KeyguardUpdateMonitor( 1402): sendKeyguardVisibilityChanged(true)
D/KeyguardUpdateMonitor( 1402): handleKeyguardVisibilityChanged(1)
I/BufferQueue(  135): [Starting org.example.myapp](this:0xb8570f70,id:327,api:0,p:-1,c:-1) consumerDisconnect
I/GraphicBuffer(  135): free buffer (w:544 h:888 f:1) handle(0xb8540468)
I/BufferQueue(  135): [Starting org.example.myapp](this:0xb8570f70,id:327,api:0,p:-1,c:-1) ~BufferQueue
D/OpenGLRenderer( 1402): prepareDirty (0.00, 0.00, 540.00, 72.00) opaque 0 <0x626d6b20>

@eteamin
Copy link
Author

eteamin commented Sep 3, 2017

Also I've run apps built with sdl2 and pygame on this phone before and they've worked well.

@inclement
Copy link
Member

Hmm, I don't really know what could cause this. Just to check, have you successfully built and run an sdl2 app with the same version of p4a, and is it up to date?

@eteamin
Copy link
Author

eteamin commented Sep 3, 2017

Yes. I just built this using the build command in it's doc with the current version of python-for-android and it works fine.

@inclement
Copy link
Member

I've just checked the flask build and it does work for me, so it seems p4a isn't just broken right now.

Your error seems to relate to a failure to load libmain.so, which occurs before any of the python stuff really gets going - that's why you don't get a clear log when checking only python. I don't know why the libmain load would fail though. You could locat the python-for-android dist dir that has been produced and check what is in its libs folder, just in case - it should be libmain.so and libpython2.7.so.

@eteamin
Copy link
Author

eteamin commented Sep 3, 2017

I tested the app on a Lenovo TB3-730M (Android 6) and the same error appears. The files you metioned are not there!

@inclement
Copy link
Member

Closing in favour of #1644, which tracks the current issues with the webview bootstrap following the many recent changes.

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

No branches or pull requests

2 participants