Here's the problem. I've developed a really simple web application
based on Django (spotlocaciones.com.ar) and hosted it on Web Faction.
It work just fine on almost any browser, but, yes, you are right,
Internet Explorer. But here's the big issue, it is not broken in any
IE, but just in some (i was not able to crack the configuration that
is not working until now). When it doesn't work, it gives this error
(this is, actually, the output my client send to me, i was not even
able to reproduce the problem. On all my test (Safari, Internet
Explorer 7/8 Beta on Virtual Machine, Firefox on Mac, Ubuntu, Mac,
MobileSafari on iPhone) the application works fine). I am using
django.template import RequestContext and
django.views.generic.simple.direct_to_template but i can't find any
problem there. Please let me know what do you think.
TypeError at /
other_dict must be a =
mapping (dictionary-like) object.
=
Request Method: GET
Request URL:    http://www.spotlocaciones.com.ar/
Exception Type: TypeError
Exception Value:
other_dict must be a mapping (dictionary-like) =
object.
Exception Location:     /home/patospot/webapps/spot/lib/python2.5/django/
template/context.py = in update, line 66
Python Executable:      /usr/local/bin/python
Python Version: 2.5.1
Python Path:    ['/home/patospot/webapps/spot', = '/home/patospot/webapps/
spot/spot',=20 '/home/patospot/webapps/spot/lib/python2.5',=20 '/home/
patospot/lib/python2.5',=20 = '/usr/local/lib/python2.5/site-packages/
MySQL_python-1.2.2-py2.5-linux-i6= 86.egg',=20 = '/usr/local/lib/
python2.5/site-packages/setuptools-0.6c9-py2.5.egg',=20 = '/usr/local/
lib/python2.5/site-packages/python_memcached-1.43-py2.5.egg',= =20 '/
home/patospot/webapps/spot/lib/python2.5',=20 '/usr/local/lib/
python25.zip', '/usr/local/lib/python2.5',=20 '/usr/local/lib/
python2.5/plat-linux2', = '/usr/local/lib/python2.5/lib-tk',=20 '/usr/
local/lib/python2.5/lib-dynload',=20 '/usr/local/lib/python2.5/site-
packages',=20 '/usr/local/lib/python2.5/site-packages/PIL']
Server time:    Mie, 17 Dic 2008 12:11:15 -0600

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to