[google-appengine] Re: UnicodeEncodeError and Django templates

2009-02-05 Thread Scott
This error is happening both on the dev appserver and the production App Engine environment. I'm not sure what you mean by 'text index problems', can you please clarify? On Feb 4, 6:11 pm, Xavier Mathews wrote: > Is This Being Ran Off Line Or On? Text Index Problem Occur Online! > > Xavier A. M

[google-appengine] Re: UnicodeEncodeError and Django templates

2009-02-04 Thread Xavier Mathews
Is This Being Ran Off Line Or On? Text Index Problem Occur Online! Xavier A. Mathews Student/Browser Specialist/Developer/Web-Master Client Based Tech Support Specialist Hazel Crest Illinois xavieruni...@gmail.com¥xavierunited@hotmail.com¥truestar...@yahoo.com "Fear of a name, only increases fear

[google-appengine] Re: UnicodeEncodeError and Django templates

2009-02-04 Thread Scott
Running Django 0.96 on App Engine, realized I had forgotten to mention that...not that there's much other Django you can run on there... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To po

[google-appengine] Re: UnicodeEncodeError and Django templates

2009-02-04 Thread Scott
Actually, I think it's position 0 of the argument to gettext, here's the full exception: Request Method: GET Request URL:http://localhost:8080/ Exception Type: UnicodeDecodeError Exception Value:'ascii' codec can't decode byte 0xe3 in position 0: ordinal not in range(1

[google-appengine] Re: UnicodeEncodeError and Django templates

2009-02-03 Thread Jarek Zgoda
If you call unicode() on unicode object such weirdness will happen. Position 0 suggests it's a very beginning of the text. Open index.html with hex editor and look for e3 byte value. On 3 Lut, 22:54, Scott wrote: > Hello, > > I'm seeing the following message when trying to render a template >