Thanks Brian, the strings being returned are Unicode.
Now of course I had installed the Unicode version of
wxPython so that I could permit internationalized 
(Spanish) strings to be stored in the database.
I missed this as a restriction of Metakit, sigh.

On Mon, 2004-09-20 at 12:46, Brian Kelley wrote:
> Try:
>   clientvw.find(id=str(clientid))
> 
> and see if you get the same error.
> 
> One problem from past experience is that metakit does not handle
> unicode strings, just normal strings.  Try the command
> 
> print repr(clientid)
> 
> and check to see what type of string you are using.
-- 
William K. Volkman <[EMAIL PROTECTED]>

_____________________________________________
Metakit mailing list  -  [EMAIL PROTECTED]
http://www.equi4.com/mailman/listinfo/metakit

Reply via email to