Odd, thanks for the heads up.

Found out, as part of my bootstrapping process, i was storing the request
handler in the memcache; a nono it seems. :o

On Mar 24, 2009 7:22 AM, "David Wilson" <d...@botanicus.net> wrote:


Looks like you're trying to pickle a cStringIO object. That won't work.

Options are: find the code using cStringIO and convert to using
StringIO (I'm guessing this will work fine), or consider implementing
__getstate__ [1] instead.


David

[1] http://www.python.org/doc/2.5.2/lib/pickle-inst.html

2009/3/24 Lee Olayvar <leeolay...@gmail.com>:

> Can memcache store semi-complex object instances? Or is it basically
limited > to only simple data...
--
It is better to be wrong than to be vague.
 — Freeman Dyson


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to