On Wed, 2008-06-18 at 03:57 -0700, Julien wrote:
> Hi,
> 
> I have a simple piece of code that works fine on mod_python and that
> breaks on mod_WSGI. Here's the code:
> 
>         from django.db import connection
>         cursor = connection.cursor()
> 
>         cursor.execute(self.sql)
>         rows = cursor.fetchall()
>         field_names = [field[0] for field in
> cursor.cursor.description]
  ^^^^^^^^^^^^^

Are you sure this code works on mod_python?

Matthias
-- 
http://spinlock.ch/blog/


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