How do I fix this unicode/cPickle error in Python?

Posted by alex on Stack Overflow See other posts from Stack Overflow or by alex
Published on 2010-05-31T21:36:53Z Indexed on 2010/05/31 21:43 UTC
Read the original article Hit count: 185

Filed under:
|
|
ids = cPickle.loads(gem.value)

loads() argument 1 must be string, not unicode

© Stack Overflow or respective owner

Related posts about python

Related posts about unicode