On 01-Nov-07, at 10:06 AM, Karen Tracey wrote:
> svn head, postgres 7.4.x, python 2.4
>
> Traceback? I cannot recreate in my setup (considerably different:
> svn newforms-admin, MySql 5.0, Python 2.5.1). It's probably
> significant that the quote character in that string is curly,
> though that isn't obvious given the font used on that page.
this is a postgres error:
ProgrammingError at /web/admin/web/fosscalendar/add/
ERROR: character 0xe28099 of encoding "UNICODE" has no equivalent in
"LATIN1" INSERT INTO
"web_fosscalendar" ("name","year","startdate","enddate","city_id","venue
","organiser","scope","website","contact") VALUES ('lll',
2007,'2007-11-01','2007-11-01','1','','ll','lll','','Users’ Group')
Request Method: POST
Request URL: http://nrcfosshelpline.in/web/admin/web/fosscalendar/add/
Exception Type: ProgrammingError
Exception Value: ERROR: character 0xe28099 of encoding "UNICODE" has
no equivalent in "LATIN1" INSERT INTO
"web_fosscalendar" ("name","year","startdate","enddate","city_id","venue
","organiser","scope","website","contact") VALUES ('lll',
2007,'2007-11-01','2007-11-01','1','','ll','lll','','Users’ Group')
Exception Location: /usr/lib/python2.4/site-packages/django/db/
backends/postgresql/base.py in execute, line 47
Python Executable: /usr/bin/python
Python Version: 2.4.4
--
regards
kg
http://lawgon.livejournal.com
http://nrcfosshelpline.in/web/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" 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/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---