On Mon, Jan 07, 2008 at 02:00:51PM -0500, Glenn MacGregor wrote:
> it fails at a different location, line 146 of cursors.py of the Mysqldb
> package.
> 
> query = query.encode(charset)
> 
> charset is latin1 and it fails with the error:
> 
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 36:
> ordinal not in range(128)

   Does "charset=latin1" without "use_unicode" help?

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to