Ciao a tutti...<br>Ho fatto uno script per la creazione di un report con un elenco di contatti. quando lo eseguo perņ mi da un errore:<br><br><br>Creazione Report<br>Traceback (most recent call last):<br>&nbsp; File &quot;./stampaPdfCoristi.py&quot;, line 136, in &lt;module&gt;<br>
&nbsp;&nbsp;&nbsp; main()<br>&nbsp; File &quot;./stampaPdfCoristi.py&quot;, line 134, in main<br>&nbsp;&nbsp;&nbsp; doc.build(Report)<br>&nbsp; File &quot;/usr/lib/python2.5/site-packages/reportlab/platypus/doctemplate.py&quot;, line 740, in build<br>&nbsp;&nbsp;&nbsp; self.handle_flowable(flowables)<br>
&nbsp; File &quot;/usr/lib/python2.5/site-packages/reportlab/platypus/doctemplate.py&quot;, line 638, in handle_flowable<br>&nbsp;&nbsp;&nbsp; if frame.add(f, self.canv, trySplit=self.allowSplitting):<br>&nbsp; File &quot;/usr/lib/python2.5/site-packages/reportlab/platypus/frames.py&quot;, line 141, in _add<br>
&nbsp;&nbsp;&nbsp; w, h = flowable.wrap(aW, h)<br>&nbsp; File &quot;/usr/lib/python2.5/site-packages/reportlab/platypus/tables.py&quot;, line 978, in wrap<br>&nbsp;&nbsp;&nbsp; self._calc(availWidth, availHeight)<br>&nbsp; File &quot;/usr/lib/python2.5/site-packages/reportlab/platypus/tables.py&quot;, line 526, in _calc<br>
&nbsp;&nbsp;&nbsp; self._calc_width(availWidth,W=W)<br>&nbsp; File &quot;/usr/lib/python2.5/site-packages/reportlab/platypus/tables.py&quot;, line 389, in _calc_width<br>&nbsp;&nbsp;&nbsp; t = self._elementWidth(v,s)<br>&nbsp; File &quot;/usr/lib/python2.5/site-packages/reportlab/platypus/tables.py&quot;, line 432, in _elementWidth<br>
&nbsp;&nbsp;&nbsp; return max([stringWidth(x,fontName,fontSize) for x in v])<br>&nbsp; File &quot;_rl_accel.c&quot;, line 1102, in stringWidthU<br>&nbsp; File &quot;_rl_accel.c&quot;, line 1149, in _instanceStringWidthU<br>&nbsp; File &quot;/usr/lib/python2.5/encodings/utf_8.py&quot;, line 16, in decode<br>
&nbsp;&nbsp;&nbsp; return codecs.utf_8_decode(input, errors, True)<br>UnicodeDecodeError: &#39;utf8&#39; codec can&#39;t decode bytes in position 4-8: unsupported Unicode code range<br><br>lo script esegue una connessione ad un database per recuperare i dati e con un ciclo for creo la tabella.<br>
<br>come posso risolvere il problema? in allegato vi metto lo script. <br><br>ciao e grazie mille per l&#39;aiuto.<br clear="all"><br>-- <br>Zanon Samuele<br>mailto:<a href="mailto:webs86@gmail.com">webs86@gmail.com</a>