<div dir="ltr">Hi, I am working succesfully with pyqtdeploy for a pretty extensive application. I just tried to add a pillow import, and I am getting the following error when executing the application:<div><br></div><div>from PIL import Image,ImageDraw,ImageFont<br>  File "bootstrap.py", line 1035, in _handle_fromlist<br>  File "bootstrap.py", line 219, in _call_with_frames_removed<br>  File "bootstrap.py", line 983, in _find_and_load<br>  File "bootstrap.py", line 967, in _find_and_load_unlocked<br>  File "bootstrap.py", line 668, in _load_unlocked<br>  File "bootstrap.py", line 638, in _load_backward_compatible<br>  File ":/PIL/Image.py", line 93, in <module><br>ImportError: cannot import name '_imaging' from 'PIL' (:/PIL/__init__.pyo)</div><div><br><div>I guess a plugin module needs to be created, but can't find a lot of information on how to do it.</div><div><br></div><div>Anybody has a guide to make Pillow work with pyqtdeploy?</div></div></div>