Re: TemplateSyntaxError Caught UnicodeEncodeError while rendering

2010-03-30 Thread Alessandro Pasotti
2010/3/30 Karen Tracey > On Tue, Mar 30, 2010 at 5:45 PM, Alessandro Pasotti wrote: > >> Hello, >> >> >> Exception Type: TemplateSyntaxError at >> /resource/news/un-nuovo-ostello-sulla-francigena/ >> Exception Value: Caught UnicodeEncodeError while rendering: 'ascii' codec >> can't encode charact

Re: TemplateSyntaxError Caught UnicodeEncodeError while rendering

2010-03-30 Thread Karen Tracey
On Tue, Mar 30, 2010 at 5:45 PM, Alessandro Pasotti wrote: > Hello, > > I need some help with a strange problem, the traceback says: > > > File "/usr/lib/python2.5/site-packages/django/core/files/storage.py" in > size > 216. return os.path.getsize(self.path(name)) > File "/usr/lib/python

TemplateSyntaxError Caught UnicodeEncodeError while rendering

2010-03-30 Thread Alessandro Pasotti
Hello, I need some help with a strange problem, the traceback says: File "/usr/lib/python2.5/site-packages/django/core/files/storage.py" in size 216. return os.path.getsize(self.path(name)) File "/usr/lib/python2.5/posixpath.py" in getsize 139. return os.stat(filename).st_size E