[reportlab-users] Problem with importing Image from PIL
    Robin Becker 
    robin at reportlab.com
       
    Fri Feb 13 05:01:08 EST 2009
    
    
  
Christoph Zwerschke wrote:
> I noticed that in reportlab.lib.utils, the main "import PIL.Image" is 
> done with a fallback to "import Image" if it was installed top-level. 
> That's good.
> 
> However, there are two more places in the same file which only try 
> "import PIL.Image" and do not try "import Image". These places should 
> use the same fallback or even simpler just use the Image that has 
> already been imported as a global variable.
> 
> -- Christoph
.......
thanks I'll take a look later.
-- 
Robin Becker
    
    
More information about the reportlab-users
mailing list