In <[EMAIL PROTECTED]>, 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to