Hi, yes it used to work on my production server under mod_python, and
it also works on my local machine (mod_python too).
I also found it weird at first (the double cursor.cursor), but it
worked....

On Jun 18, 9:17 pm, Matthias Kestenholz <[EMAIL PROTECTED]> wrote:
> 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