warning: build_py: byte-compiling is disabled, skipping.
warning: install_lib: byte-compiling is disabled, skipping.
zip_safe flag not set; analyzing archive contents...
warning: easy_install: byte-compiling is disabled, skipping.
Adding pexpect 4.2.1 to easy-install.pth file
Installed /data/data/org.qpython.qpy/files/lib/python2.7/site-packages/pexpect-4.2.1-py2.7.egg
Searching for ptyprocess>=0.5
Reading
http://pypi.python.org/simple/ptyprocess/Best match: ptyprocess 0.5.1
Downloading
https://pypi.python.org/packages/db/d7/b465161910f3d1cef593c5e002bff67e0384898f597f1a7fdc8db4c02bf6/ptyprocess-0.5.1.tar.gz#md5=94e537122914cc9ec9c1eadcd36e73a1Processing ptyprocess-0.5.1.tar.gz
Running ptyprocess-0.5.1/setup.py -q bdist_egg --dist-dir /storage/emulated/0/org.qpython.qpy/cache/easy_install-SxjULz/ptyprocess-0.5.1/egg-dist-tmp-hgzpxg
warning: build_py: byte-compiling is disabled, skipping.
warning: install_lib: byte-compiling is disabled, skipping.
zip_safe flag not set; analyzing archive contents...
warning: easy_install: byte-compiling is disabled, skipping.
Adding ptyprocess 0.5.1 to easy-install.pth file
Installed /data/data/org.qpython.qpy/files/lib/python2.7/site-packages/ptyprocess-0.5.1-py2.7.egg
Finished processing dependencies for buildozer==0.32
Could not find .egg-info directory in install record for buildozer
Running setup.py install for pexpect
installing library code to build/bdist.linux-armv7l/egg
warning: build_py: byte-compiling is disabled, skipping.
warning: install_lib: byte-compiling is disabled, skipping.
zip_safe flag not set; analyzing archive contents...
removing 'build/bdist.linux-armv7l/egg' (and everything under it)
Processing pexpect-4.2.1-py2.7.egg
removing '/data/data/org.qpython.qpy/files/lib/python2.7/site-packages/pexpect-4.2.1-py2.7.egg' (and everything under it)
Extracting pexpect-4.2.1-py2.7.egg to /data/data/org.qpython.qpy/files/lib/python2.7/site-packages
warning: easy_install: byte-compiling is disabled, skipping.
pexpect 4.2.1 is already the active version in easy-install.pth
Installed /data/data/org.qpython.qpy/files/lib/python2.7/site-packages/pexpect-4.2.1-py2.7.egg
Processing dependencies for pexpect==4.2.1
Searching for ptyprocess==0.5.1
Best match: ptyprocess 0.5.1
Processing ptyprocess-0.5.1-py2.7.egg
ptyprocess 0.5.1 is already the active version in easy-install.pth
Using /data/data/org.qpython.qpy/files/lib/python2.7/site-packages/ptyprocess-0.5.1-py2.7.egg
Finished processing dependencies for pexpect==4.2.1
Could not find .egg-info directory in install record for pexpect (from buildozer)
Running setup.py install for virtualenv
warning: no previously-included files matching '*' found under directory 'docs/_templates'
warning: no previously-included files matching '*' found under directory 'docs/_build'
installing library code to build/bdist.linux-armv7l/egg
warning: build_py: byte-compiling is disabled, skipping.
warning: install_lib: byte-compiling is disabled, skipping.
removing 'build/bdist.linux-armv7l/egg' (and everything under it)
Processing virtualenv-15.1.0-py2.7.egg
removing '/data/data/org.qpython.qpy/files/lib/python2.7/site-packages/virtualenv-15.1.0-py2.7.egg' (and everything under it)
Extracting virtualenv-15.1.0-py2.7.egg to /data/data/org.qpython.qpy/files/lib/python2.7/site-packages
warning: easy_install: byte-compiling is disabled, skipping.
virtualenv 15.1.0 is already the active version in easy-install.pth
Installing virtualenv script to /data/data/org.qpython.qpy/files/bin
Installed /data/data/org.qpython.qpy/files/lib/python2.7/site-packages/virtualenv-15.1.0-py2.7.egg
Processing dependencies for virtualenv==15.1.0
Finished processing dependencies for virtualenv==15.1.0
Could not find .egg-info directory in install record for virtualenv (from buildozer)
Running setup.py install for ptyprocess
installing library code to build/bdist.linux-armv7l/egg
warning: build_py: byte-compiling is disabled, skipping.
warning: install_lib: byte-compiling is disabled, skipping.
zip_safe flag not set; analyzing archive contents...
removing 'build/bdist.linux-armv7l/egg' (and everything under it)
Processing ptyprocess-0.5.1-py2.7.egg
removing '/data/data/org.qpython.qpy/files/lib/python2.7/site-packages/ptyprocess-0.5.1-py2.7.egg' (and everything under it)
Extracting ptyprocess-0.5.1-py2.7.egg to /data/data/org.qpython.qpy/files/lib/python2.7/site-packages
warning: easy_install: byte-compiling is disabled, skipping.
ptyprocess 0.5.1 is already the active version in easy-install.pth
Installed /data/data/org.qpython.qpy/files/lib/python2.7/site-packages/ptyprocess-0.5.1-py2.7.egg
Processing dependencies for ptyprocess==0.5.1
Finished processing dependencies for ptyprocess==0.5.1
Could not find .egg-info directory in install record for ptyprocess>=0.5 (from pexpect->buildozer)
Successfully installed buildozer pexpect virtualenv ptyprocess
Cleaning up...
-->
安装完成,然后退到python主界面,点击终端,导入测试一下:
>>> import buildozer
>>>
没有错误,没有警告,完美导入。