>
> Yea, except i had a typo in my last post.
>
> sqlalchemy.dburi="mysql://user:[EMAIL PROTECTED]:3306/dbname?use_unicode=1"

nope,
I still get the same error.
File "/var/lib/python-support/python2.4/kid/pull.py", line 194, in to_unicode
  return unicode(value, encoding)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xbf in position
261: unexpected code byte


http://www.sqlalchemy.org/docs/04/metadata.html#metadata_tables_reflecting_overriding

Reflecting overriding means I need to
Column('mydata', Unicode(50)),   but since I have 50 columns then that
would really be a pain.

What else can be done?
Lucas

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

Reply via email to