ids = cPickle.loads(gem.value)
loads() argument 1 must be string, not unicode
|
feedback
|
|
| |||
|
feedback
|
|
The result of DON'T try to convert your
You may well be using the default (and inefficient) Protocol 0 which produces "human readable" output:
which is presumably ASCII (but not documented to be so) so the
| ||||
|
feedback
|
|
You can fix it by making Use | |||||
feedback
|
gem.valueunicode and not a string? – sth May 31 '10 at 21:40