On 10/23/07, Marco Mariani <[EMAIL PROTECTED]> wrote:
>
> Lukasz Szybalski wrote:
>
> > dev.cfg has
> >
> > sqlalchemy.dburi="mysql://user:[EMAIL PROTECTED]:3306/dbname
> >
>
I did this in dev.cfg :

 sqlalchemy.convert_unicode = True
sqlalchemy.dburi="mysql://user:[EMAIL PROTECTED]:3306/dbname

now I get a different error?

 File "/usr/lib/python2.4/site-packages/sqlalchemy/types.py", line 174, in con
vert_result_value
    return value.decode(dialect.encoding)
AttributeError: 'array.array' object has no attribute 'decode'

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to