Closed ZhangKuixun closed 5 years ago
@joaoventura @kato-megumi
Have you tried putting the _ctypes.so
file from the crystax-ndk into assets/python
? You need to use the right one for your architecture, e.g. crystax-ndk-10.3.2/sources/python/3.5/libs/armeabi-v7a/modules/_ctypes.so
.
Have you tried putting the
_ctypes.so
file from the crystax-ndk intoassets/python
? You need to use the right one for your architecture, e.g.crystax-ndk-10.3.2/sources/python/3.5/libs/armeabi-v7a/modules/_ctypes.so
.
@kabukky I tried putting the _ctypes.so
file from the crystax-ndk into assets/python
. can solve.
@kabukky have a new question, never found _ssl.so in my computer and net.
Traceback (most recent call last): File "
", line 1, in File "/data/user/0/com.jventura.pyapp/assets/python/bootstrap.py", line 9, in import ssl File "/data/user/0/com.jventura.pyapp/assets/python/stdlib.zip/ssl.py", line 98, in ImportError: No module named '_ssl'
Issues are not meant to be used for user support, please don't do this here! 👎
Issues are not meant to be used for user support, please don't do this here! 👎
sorry
I have error, not found
select
instdlib.zip
File directory: assets --python ----bootstrap.py ----stdlib.zip
@edenbd50