On Mon, 2007-05-28 at 11:27 +0200, Andreas Ahlenstorf wrote:
> Hi,
> 
> I'm having issues with the Unicode Branch and mod_python (the  
> development server ist working fine). That's what's comming from  
> mod_python:
> 
> Phase:          'PythonHandler'
> Handler:        'django.core.handlers.modpython'
> 
> Traceback (most recent call last):
> 
>    File "/usr/lib/python2.4/site-packages/mod_python/importer.py",  
> line 1537, in HandlerDispatch
>      default=default_handler, arg=req, silent=hlist.silent)
> 
>    File "/usr/lib/python2.4/site-packages/mod_python/importer.py",  
> line 1229, in _process_target
>      result = _execute_target(config, req, object, arg)
> 
>    File "/usr/lib/python2.4/site-packages/mod_python/importer.py",  
> line 1128, in _execute_target
>      result = object(arg)
> 
>    File "/usr/lib/python2.4/site-packages/django/core/handlers/ 
> modpython.py", line 177, in handler
>      return ModPythonHandler()(req)
> 
>    File "/usr/lib/python2.4/site-packages/django/core/handlers/ 
> modpython.py", line 163, in __call__
>      req.headers_out[key] = value
> 
> TypeError: table values must be strings
> 
> The checkout of the Unicode Branch is from yesterday evening (cannot  
> remember the revision number) and I'm using Apache 2.0.59, Python  
> 2.4, MySQL-python-1.2.2 and MySQL 5.0.38. Is this a bug or am I doing  
> something wrong? Unfortunately, I wasn't able to figure it out.

Aah.. I didn't think to check that (that's why other people are helping
with the tests .. thanks). That's easy enough to fix.

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