First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 0 years ago

PatB gravatar image

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))