[josm-dev] Trac Patch upload broken?

Christian Matzat lists at matzat.net
Tue May 13 16:02:47 BST 2008


Hi,

I tried to upload some patches to trac, but that won't work:

Traceback (most recent call last):
   File "/var/lib/python-support/python2.4/trac/web/main.py", line  
406, in dispatch_request
     dispatcher.dispatch(req)
   File "/var/lib/python-support/python2.4/trac/web/main.py", line  
237, in dispatch
     resp = chosen_handler.process_request(req)
   File "build/bdist.linux-x86_64/egg/traccaptcha/__init__.py", line  
51, in process_request
   File "pickle.py", line 1386, in dumps
     Pickler(file, protocol, bin).dump(obj)
   File "pickle.py", line 231, in dump
     self.save(obj)
   File "pickle.py", line 293, in save
     f(self, obj) # Call unbound method with explicit self
   File "pickle.py", line 663, in save_dict
     self._batch_setitems(obj.iteritems())
   File "pickle.py", line 677, in _batch_setitems
     save(v)
   File "pickle.py", line 293, in save
     f(self, obj) # Call unbound method with explicit self
   File "pickle.py", line 739, in save_inst
     save(stuff)
   File "pickle.py", line 293, in save
     f(self, obj) # Call unbound method with explicit self
   File "pickle.py", line 663, in save_dict
     self._batch_setitems(obj.iteritems())
   File "pickle.py", line 677, in _batch_setitems
     save(v)
   File "pickle.py", line 338, in save
     self.save_reduce(obj=obj, *rv)
   File "pickle.py", line 433, in save_reduce
     save(state)
   File "pickle.py", line 293, in save
     f(self, obj) # Call unbound method with explicit self
   File "pickle.py", line 663, in save_dict
     self._batch_setitems(obj.iteritems())
   File "pickle.py", line 677, in _batch_setitems
     save(v)
   File "pickle.py", line 313, in save
     rv = reduce(self.proto)
   File "copy_reg.py", line 69, in _reduce_ex
     raise TypeError, "can't pickle %s objects" % base.__name__
TypeError: can't pickle mp_request objects

Christian


More information about the josm-dev mailing list