[Image-SIG] Re: pasting problem...

Fredrik Lundh fredrik at pythonware.com
Tue Sep 21 08:31:22 CEST 2004


kevin at cazabon.com wrote:

> Thanks for the pointer Fredrik, but unfortunately it's not the problem.
> This is such a BASIC thing, and it's working elsewhere in the program...
> it's driving me nuts.  The only thing I can think of is that this is a
> dynamically imported module (a "plug-in" for a multi-threaded imaging
> application)...
>
> id(type(im)): 504033904
> id(type(overlay)): 504033904
> id(type(mask)): 504033904

note that I wrote id(type(mask.im)), not id(type(mask)).  it's the type
of the "im" attribute that matters.

</F> 





More information about the Image-SIG mailing list