hi
I'm testing pylons 0.9 and have problem. I was created model in
SQLObject with UnicodeCols and when i put this to myghty template i
have:
Error: Error(UnicodeEncodeError): 'ascii' codec can't encode
character u'\u0142' in position 428: ordinal not in range(128)
File:
c:\python24\lib\site-packages\pylons-0.9dev_r1061-py2.4.egg\pylons\templating.py
line 221
Context: 218: if fragment:
219: self.interpreter.execute(template, request_args=vars,
out_buffer=buf, disable_wrapping=True)
220: else:
221: self.interpreter.execute(template, request_args=vars,
out_buffer=buf)
222: return buf.getvalue()
Climbus
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" 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/pylons-discuss
-~----------~----~----~----~------~----~------~--~---