Not sure what I'm doing wrong. But when I do pip install http://www.satchmoproject.com/snapshots/trml2pdf-1.2.tar.gz
After deleting the previous one. And then do a pip freeze. It still shows 1.0. And the error still remains for me. Peter Halliday Excelsior Systems (Phone:) 607-438-2527 x101 (Fax:) 888-265-5082 On Sun, Dec 26, 2010 at 4:21 PM, dhbworld <[email protected]> wrote: > The error doesn't come from either satchmo code or Reportlab, it > actually came from trml2pdf, so I updated it with this > http://www.satchmoproject.com/snapshots/trml2pdf-1.2.tar.gz and errors > were GONE ! puffff :) > Thank you for help :) > > Regards > Dusean > > On Dec 26, 2:37 am, Peter Halliday <[email protected]> > wrote: > > That didn't help me. In the DisplayDoc function I had to put an > > errors='ignore' in the Django function to return the response object. > > > > Peter Halliday > > Excelsior Systems > > (Phone:) 607-438-2527 x101 > > (Fax:) 888-265-5082 > > On Dec 25, 2010 7:50 PM, "Malcolm MacKinnon" <[email protected]> > wrote: > > > > > Do you include the following in your setting file: > > > > > DATABASE_OPTIONS = { > > > 'init_command' : 'SET NAMES "utf8"', > > > } > > > > > Seehttp://www.satchmoproject.com/docs/dev/settings.html > > > > > Hope this helps. > > > Malcolm > > > > > On Sat, Dec 25, 2010 at 6:31 AM, dhbworld <[email protected]> > wrote: > > > > >> Thank you for answer, have you found any solution ?? > > > > >> On Dec 24, 4:56 pm, Peter Halliday <[email protected]> > > >> wrote: > > >> > I reported this for you for now: > > > > >> > > https://bitbucket.org/chris1610/satchmo/issue/1247/reportlab-outputti. > > .. > > > > >> > I can tell you what to change to workaround this for now. Will dig > up > > >> the > > >> > line and send it later today. > > > > >> > Peter Halliday > > >> > Excelsior Systems > > >> > (Phone:) 607-438-2527 x101 > > >> > (Fax:) 888-265-5082 > > > > >> > On Fri, Dec 24, 2010 at 10:42 AM, Peter Halliday < > > > > >> > [email protected]> wrote: > > >> > > I just had this error too. The output of reportlab appears to be > > >> invalid > > >> > > UTF-8 characters. So, a bug needs to be written against Satchmo > not > > to > > >> be > > >> > > in strict mode. I think it should have a UTF error mode that's > > >> > > configurable. But if we can't make it configurable, it should be > in > > >> ignore. > > >> > > I don't know if this is a change in reportlab, but the version I'm > > >> using in > > >> > > the comment at the beginning of the PDF, where it says it's made > from > > >> the > > >> > > Reportlab program is using curly-quotes (0x93). > > > > >> > > Peter Halliday > > >> > > Excelsior Systems > > >> > > (Phone:) 607-438-2527 x101 > > >> > > (Fax:) 888-265-5082 > > > > >> > > On Fri, Dec 24, 2010 at 6:52 AM, dhbworld <[email protected] > > > > >> wrote: > > > > >> > >> Hey, > > > > >> > >> I have just installed satchmo 0.9 with python 2.5 and I am > > >> > >> getting UTF'8 error. > > >> > >>http://dpaste.com/290141/ > > > > >> > >> -- > > >> > >> You received this message because you are subscribed to the > Google > > >> Groups > > >> > >> "Satchmo users" group. > > >> > >> To post to this group, send email to > [email protected]. > > >> > >> To unsubscribe from this group, send email to > > >> > >> [email protected]<satchmo-users%[email protected]> > <satchmo-users%[email protected]<satchmo-users%[email protected]> > > > > > > <satchmo-users%[email protected]<satchmo-users%[email protected]> > <satchmo-users%[email protected]<satchmo-users%[email protected]> > > > > > > >> <satchmo-users%[email protected]<satchmo-users%[email protected]> > <satchmo-users%[email protected]<satchmo-users%[email protected]> > > > > > > <satchmo-users%[email protected]<satchmo-users%[email protected]> > <satchmo-users%[email protected]<satchmo-users%[email protected]> > > > > > > >> > >> . > > >> > >> For more options, visit this group at > > >> > >>http://groups.google.com/group/satchmo-users?hl=en. > > > > >> -- > > >> You received this message because you are subscribed to the Google > Groups > > >> "Satchmo users" group. > > >> To post to this group, send email to [email protected]. > > >> To unsubscribe from this group, send email to > > >> [email protected]<satchmo-users%[email protected]> > <satchmo-users%[email protected]<satchmo-users%[email protected]> > > > > > > <satchmo-users%[email protected]<satchmo-users%[email protected]> > <satchmo-users%[email protected]<satchmo-users%[email protected]> > > > > > > >> . > > >> For more options, visit this group at > > >>http://groups.google.com/group/satchmo-users?hl=en. > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > > "Satchmo users" group.> To post to this group, send email to > [email protected]. > > > To unsubscribe from this group, send email to > > > > [email protected]<satchmo-users%[email protected]> > <satchmo-users%[email protected]<satchmo-users%[email protected]> > > > > .> For more options, visit this group at > > > > http://groups.google.com/group/satchmo-users?hl=en. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<satchmo-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
