First time here? Check out the FAQ!
answered 0 years ago
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))