Hi everyone. i'm using Reportlab to output an invoice on a simple
Django app. I've already modified the code many times and here's the
result: http://dpaste.com/734262/ .
Well, this code doesn't work. the issue seems to be on the section
from line to line 105 and line 108, on which i got the following
error:

AttributeError at /fattura/pdf/ 'dict' object has no attribute
'saveState'

removing that section the code works. though the output of line 107 is
<type 'str'>, so the correct input object type for a Paragraph...
any suggestion/help?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to