joaoventura / pybridge

Reuse Python code in native Android applications
215 stars 56 forks source link

import module error #29

Closed t0june closed 4 years ago

t0june commented 5 years ago

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?