[reportlab-users] Re: problem with rlzope and reportlab

Robin Becker reportlab-users@reportlab.com
Wed, 26 May 2004 10:02:48 +0100


Jerome Alet wrote:
......
>>to make line 138 to 142 work:
>>
>>if sys.platform[0:4] == 'java':
>>                #jython, PIL not available
>>                (imagedata, imgwidth, imgheight) = self.JAVA_imagedata()
>>            else:
>>                (imagedata, imgwidth, imgheight) = self.PIL_imagedata()
>>
>>
>>i'm not sure if this is a problem related only to debian (because
>>of a lack on the package) or it's related to reportlab and rlzope,
>>however, while in doubt i thought it could be nice to alert you all
>>about this problem, sorry if it bothers you.
.....
Thanks for the message. This is fixed in CVS already.
-- 
Robin Becker