kivy-remote-shell icon indicating copy to clipboard operation
kivy-remote-shell copied to clipboard

ImportError: No module named Cryopto

Open maho opened this issue 7 years ago • 0 comments

Such traceback:

01-24 12:11:25.127 18983 19269 I python  :  /data/user/0/org.kivy.remoteshell/files/app/lib/python2.7/site-packages/twisted/conch/ssh/common.py:18: RuntimeWarning: PyCrypto not installed, but continuing anyways!
01-24 12:11:25.149 18983 19269 I python  :  Traceback (most recent call last):
01-24 12:11:25.149 18983 19269 I python  :    File "/home/maho/workspace/sneak/kivy-remote-shell/.buildozer/android/app/main.py", line 12, in <module>
01-24 12:11:25.151 18983 19269 I python  :    File "/home/maho/workspace/sneak/kivy-remote-shell/.buildozer/android/platform/build/dists/remoteshell/private/lib/python2.7/site-packages/twisted/conch/manhole_ssh.py", line 14, in <module>
01-24 12:11:25.151 18983 19269 I python  :    File "/home/maho/workspace/sneak/kivy-remote-shell/.buildozer/android/platform/build/dists/remoteshell/private/lib/python2.7/site-packages/twisted/conch/ssh/factory.py", line 15, in <module>
01-24 12:11:25.153 18983 19269 I python  :    File "/home/maho/workspace/sneak/kivy-remote-shell/.buildozer/android/platform/build/dists/remoteshell/private/lib/python2.7/site-packages/twisted/conch/ssh/transport.py", line 22, in <module>
01-24 12:11:25.155 18983 19269 I python  :  ImportError: No module named Crypto
01-24 12:11:25.211 18983 19269 I python  : Python for android ended.

Code built in such way:

VERSION_twisted=15.4.0 buildozer --verbose android debug deploy run logcat

maho avatar Jan 24 '18 12:01 maho