W. Watson wrote: > I put a print statement in some Python code to determine the class > (__class__) of a variable and the result was Image.Image. Why not just > Image; otherwise, what's it telling me? Because it is the class Image in the module/package Image. Diez