> I'm sorry - but this isn't your real error. > > You will see it in your WSGI daemon logs once you set DEBUG to false. > > > > This error is caused by Django trying to print the error using ascii codec > for the debug output (I haven't chased it down any further and I should > really report it). > > > > As said, your real error is somewhere else and that will probably make > more sense. > > > > -- > > Melvyn Sopacua >
Melvyn, Thanks. I understand what you are saying. Obvious, but I didn't notice that. However, I do think it's a Django bug. This app is not running on a web server so there is no WSGI daemon. Do you have a suggestion on what I can do to get a better detection of the error to enable reporting it? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/b3ed676d-811a-4c53-b176-bd460f5dd54a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

