Re: Python 3, bad output with repr()
Provost Jean-Sébastien <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <[email protected]> |
How to unsuscribe of this list ? Merci, Jean-Sébastien Provost Service des Technologies de l'information Commission scolaire de la Beauce-Etchemin 11780, 10e avenue Saint-Georges, G5Y 6Z6 Tél. : (418) 226-2708 #6003 Courriel : [email protected] -----Message d'origine----- De : [email protected] [mailto:[email protected]] De la part de Lele Gaifax Envoyé : 28 novembre 2013 09:09 À : [email protected] Objet : [reportlab-users] Python 3, bad output with repr() Hi all, first of all, let me thank again Robin for his effort in porting RL to Py3! After latest announcement, I spent some time on the report side of my pet project which I ported to Py3. I was able to adapt my code and many outputs already work reasonably well (yeah!). With a few of them I have a strange result, where RL seems to apply repr() on plain strings and I fail to see why: it does not do that in other, more complex tables... so I cannot exclude I'm doing something wrong here. I'm attaching a stripped down version of one simple printout, as well as the PDF I'm getting: it's a "score card" for a game, where players fill in their scores, so it's basically just a "frame", without much text. Thanks in advance for any hint, ciao, lele.