You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from PIL import _imaging
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name '_imaging' from 'PIL' (C:\Users\%username%\AppData\Roaming\Python\Python38\site-packages\PIL\__init__.py)
And could you please answer a couple of questions?
Why do you want to import _imaging? It's an internal PIL's stuff
Historical reason. We have used Sikuli to proof of automation tests concept in out project. Then we decided to use Python for this purpose. It was 2015. Thus we develop our own tool based on OpenCV. Some time later we migrated from computer vision method to UIA API approach.
Greeting!
And could you please answer a couple of questions?
_imaging
? It's an internal PIL's stuffnamed funny, +1
The text was updated successfully, but these errors were encountered: