From: Oleg B. <ph...@ph...> - 2008-01-04 22:32:13
|
On Fri, Jan 04, 2008 at 05:08:49PM -0500, Glenn MacGregor wrote: > if isinstance(value, unicode): > --> return value.encode("ascii") I guess you are trying to pass unicode to a StringCol. If this is the case - for unicode use UnicodeCol. Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |