On Mon, 2008-09-01 at 16:16 -0700, Henhiskan wrote:

> I had the same error and was fix changing the encoding var  in
> setencoding() method from site.py ( in your python installation)
> I change it from "ascii" to "UTF-8"

Please don't do that. Or if you must, don't recommend it to other
people. It's a really bad idea. Stuff will actually break in subtle
ways. It is generally acknowledged as a mistake that Python allowed that
change to propogate out into public API and even the python-dev list has
posts cautioning against its use.

The only credible public resource i know of that recommends that is Mark
Pilgrim's "Dive into Python" book and it's really a bug in that book
that should have been caught during the technical editing process.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to