Re: Pb ReportLab (ttfonts.py)

2006-12-11 Thread M�ta-MCI
Hi! You are right. I had suppose than ReportLab folks read this NG. No luck... for instant. MCI -- http://mail.python.org/mailman/listinfo/python-list

Re: Pb ReportLab (ttfonts.py)

2006-12-11 Thread M�ta-MCI
Hi! >>> Does the PDF generation work? Those are just warnings. Yes, it run. Yes it's only warning But, it's wincing... @-salutations MCI -- http://mail.python.org/mailman/listinfo/python-list

Re: Pb ReportLab (ttfonts.py)

2006-12-11 Thread Fredrik Lundh
Méta-MCI wrote: > 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\

Re: Pb ReportLab (ttfonts.py)

2006-12-11 Thread Marc 'BlackJack' Rintsch
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(dat

Pb ReportLab (ttfonts.py)

2006-12-11 Thread M�ta-MCI
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: