Hi everyone. I recently installed mezzanine from pip and imported a spanish wordpress blog I had. With some help from this list I managed to import the information, but, as I have posts in spanish where the titles have accents (for example: "investigación"), I get the following error when I try to see that blog post:
UnicodeEncodeError at /blog/la-academia-se-volvió-un-negocio-no-es-ciencia/ 'ascii' codec can't encode character '\xf3' in position 82: ordinal not in range(128) Request Method: GET Request URL: http://example.org:8000/blog/la-academia-se-volvi%C3%B3-un-negocio-no-es-ciencia/ Django Version: 1.6.11 Exception Type: UnicodeEncodeError Exception Value: 'ascii' codec can't encode character '\xf3' in position 82 : ordinal not in range(128) Exception Location: /home/ark/corriente/venv/lib/python3.4/site-packages/ django/template/loaders/filesystem.py in load_template_source, line 37 Python Executable: /home/ark/corriente/venv/bin/python Python Version: 3.4.2 Python Path: ['/home/ark/corriente/corriente', '/home/ark/corriente/venv/lib/python3.4', '/home/ark/corriente/venv/lib/python3.4/plat-x86_64-linux-gnu', '/home/ark/corriente/venv/lib/python3.4/lib-dynload', '/usr/lib/python3.4', '/usr/lib/python3.4/plat-x86_64-linux-gnu', '/home/ark/corriente/venv/lib/python3.4/site-packages', '/home/ark/corriente'] Server time: Jue, 14 May 2015 12:55:57 -0400 ¿Is this a bug, or maybe I'm doing something wrong?. It only happens with posts with these characters. Thanks for any help· -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
