Pb ReportLab (ttfonts.py)

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Mon Dec 11 08:23:00 EST 2006


In <457d4ba5$0$5067$ba4acef3 at news.orange.fr>, Méta-MCI wrote:

> Hi!
> 
> I try to generate PDF from Python 2.5 + ReporLab_lib, and, I have:
> 
>     C:\Python25\reportlab\pdfbase\ttfonts.py:407: DeprecationWarning: struct 
> integer overflow masking is deprecated
>       stm.write(pack(">LLL", checksum, offset, len(data)))
>     C:\Python25\reportlab\pdfbase\ttfonts.py:419: DeprecationWarning: struct 
> integer overflow masking is deprecated
>       stm.write(pack('>L', checksum))

Does the PDF generation work?  Those are just warnings.

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list