answered 2025-05-20 23:24:27 +0200
Hi again, I installed 10.7 and got the same error ... and this was a build from source!!!
The workaround is to cast the numbers passed to crop to int()
imgC = img.crop((int(800),int(0),largeur,hauteur))