Open mkirklions opened 6 years ago
Error is:
line 234, in _locateAll_python raise StopIteration() StopIteration
there are no problems in Python 3.6 on 32bit. I confirmed on multiple programs that the image is there and that these work on the previous version.
This is a new error that just started happened when I upgraded to 3.7 on 64 bit.
One more error that is showing during the shell screen:
Python37\lib\site-packages\pyscreeze\__init__.py", line 250, in locate points = tuple(locateAll(needleImage, haystackImage, **kwargs)) RuntimeError: generator raised StopIteration
Not sure if this is a hack, but I got it working by changing the line that says:
raise StopIteration()
to
return
Thanks for the helpful package!
Error is:
there are no problems in Python 3.6 on 32bit. I confirmed on multiple programs that the image is there and that these work on the previous version.
This is a new error that just started happened when I upgraded to 3.7 on 64 bit.
One more error that is showing during the shell screen: