Re: Database binary compatibility?

Brian Kelley <[email protected]>
Newsgroups gmane.comp.db.metakit
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.