- Python version: 2.6.2
- Hatta version: 1.3.3
When I try to preview a page I'm writing, it doesn't render anything and I get this errore message in my console:
Traceback (most recent call last):
File "/usr/lib/python2.6/wsgiref/handlers.py", line 94, in run
self.finish_response()
File "/usr/lib/python2.6/wsgiref/handlers.py", line 134, in finish_response
for data in self.result:
File "/var/lib/python-support/python2.6/werkzeug/wrappers.py", line 493, in iter_encoded
for item in self.response:
File "/usr/bin/hatta.py", line 1435, in render_content
for part in self.page(content, special_title):
File "/usr/bin/hatta.py", line 1417, in page
for part in content:
File "/usr/bin/hatta.py", line 1779, in editor_form
encoded = unicode(line, self.config.page_charset, 'replace')
TypeError: decoding Unicode is not supported
I suspect it's minor issue with my configuration. – Manuel
Thanks for your bug report. It's actually a bug – a pretty obvious mistake on my part that slipped through my testing. It's fixed in the Development version (1.3.3dev) since several weeks. I'm sorry for the inconvenience, I hope to release it soon. – Radomir Dopieralski
Ok, thank you! – Manuel
![[Home]](/+download/logo.png)