No one here ? Le jeudi 31 mai 2012 18:07:03 UTC, Amine Azariz a écrit : > > Hi guys, > > Another issue (on prod) that appears on its own... How can I fix this one ? > > ---- > > deferred.defer(self.__function, *args, **kw) > File > "/base/python_runtime/python_lib/versions/1/google/appengine/ext/deferred/deferred.py", > line 254, in defer > pickled = serialize(obj, *args, **kwargs) > File > "/base/python_runtime/python_lib/versions/1/google/appengine/ext/deferred/deferred.py", > line 225, in serialize > return pickle.dumps(curried, protocol=pickle.HIGHEST_PROTOCOL) > File "/base/python_runtime/python_dist/lib/python2.5/pickle.py", line 1359, > in dumps > Pickler(file, protocol).dump(obj) > File "/base/python_runtime/python_dist/lib/python2.5/pickle.py", line 218, > in dump > self.save(obj) > File "/base/python_runtime/python_dist/lib/python2.5/pickle.py", line 280, > in save > f(self, obj) # Call unbound method with explicit self > File "/base/python_runtime/python_dist/lib/python2.5/pickle.py", line 542, > in save_tuple > save(element) > File "/base/python_runtime/python_dist/lib/python2.5/pickle.py", line 280, > in save > f(self, obj) # Call unbound method with explicit self > File "/base/python_runtime/python_dist/lib/python2.5/pickle.py", line 542, > in save_tuple > save(element) > File "/base/python_runtime/python_dist/lib/python2.5/pickle.py", line 325, > in save > self.save_reduce(obj=obj, *rv) > File "/base/python_runtime/python_dist/lib/python2.5/pickle.py", line 413, > in save_reduce > save(state) > File "/base/python_runtime/python_dist/lib/python2.5/pickle.py", line 280, > in save > f(self, obj) # Call unbound method with explicit self > File "/base/python_runtime/python_dist/lib/python2.5/pickle.py", line 643, > in save_dict > self._batch_setitems(obj.iteritems()) > File "/base/python_runtime/python_dist/lib/python2.5/pickle.py", line 675, > in _batch_setitems > save(v) > File "/base/python_runtime/python_dist/lib/python2.5/pickle.py", line 325, > in save > self.save_reduce(obj=obj, *rv) > File "/base/python_runtime/python_dist/lib/python2.5/pickle.py", line 390, > in save_reduce > save(cls) > File "/base/python_runtime/python_dist/lib/python2.5/pickle.py", line 280, > in save > f(self, obj) # Call unbound method with explicit self > File "/base/python_runtime/python_dist/lib/python2.5/pickle.py", line 747, > in save_global > (obj, module, name)) > PicklingError: Can't pickle <class 'django.utils.safestring.SafeUnicode'>: > it's not the same object as django.utils.safestring.SafeUnicode > >
-- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/yqXsyE3kQ1AJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
