I just realized that I am also getting an error in my console:

/Users/sethbuntin/django_src/django/core/urlresolvers.py:118:
DeprecationWarning: Non-ASCII character '\xe2' in file
/Users/sethbuntin/django_projects/kate/tick/ajax_views.py on line 6,
but no encoding declared; see http://www.python.org/peps/pep-0263.html
for details
  return getattr(__import__(mod_name, '', '', ['']), func_name)
[04/Aug/2006 12:05:15] "GET /tick/ajax/subfocus/ HTTP/1.1" 500 42746


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to