On Mon, Mar 3, 2008 at 12:46 PM, Malcolm Tredinnick
<[EMAIL PROTECTED]> wrote:
>
>  On Mon, 2008-03-03 at 11:44 -0600, Alex Ezell wrote:
>  > I am getting a TypeError when using the executemany() method of the db 
> cursor.
>  >
>  > I'm not sure if this is a problem with psycopg2 or the DB backend in
>  > Django.
>
>  The first step would seem to be to resolve that issue. Remove Django
>  from the picture. what happens when you try to do the same query using
>  executemany() after just import the psycopg2 wrapper in a Python script?

Malcolm,
Spot on. This is an issue even if I connect directly through psycopg2.
I'll pursue down that path.

Thanks for the help,
Alex

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