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. Brian _____________________________________________ Metakit mailing list - [EMAIL PROTECTED] http://www.equi4.com/mailman/listinfo/metakit
