2019-09-06 09:52:02.937 10551-10551/com.jventura.pyapp I/pybridge: File "/data/user/0/com.jventura.pyapp/assets/python/stdlib.zip/PIL/Image.py", line 95, in
2019-09-06 09:52:02.937 10551-10551/com.jventura.pyapp I/pybridge: ImportError: cannot import name '_imaging'
I have a problem
from PIL import Image
2019-09-06 09:52:02.937 10551-10551/com.jventura.pyapp I/pybridge: File "/data/user/0/com.jventura.pyapp/assets/python/stdlib.zip/PIL/Image.py", line 95, in
2019-09-06 09:52:02.937 10551-10551/com.jventura.pyapp I/pybridge: ImportError: cannot import name '_imaging'
_imaging.pyd file is in the PIL folder.
I put PIL in stdlib.zip Can you help me?