[Metakit] Database binary compatibility?

Brian Kelley fustigator at gmail.com
Mon Sep 20 15:46:21 CEST 2004


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


More information about the Metakit mailing list