also habe ich versucht functools.partial wieder zu verwenden
http://paste.pocoo.org/show/xDdF2XnLoKMmibYPBUwo/
, aber das wirft folgenden Fehler aus:
Code: Alles auswählen
Traceback (most recent call last):
File "C:\Program Files\eclipse\plugins\org.python.pydev_1.5.2.1260362205\PySrc\pydev_sitecustomize\sitecustomize.py", line 142, in <module>
sys.path.extend(paths_removed)
AttributeError: 'NoneType' object has no attribute 'path'
Exception in thread Thread-1:
Traceback (most recent call last):
File "C:\Python26\lib\threading.py", line 525, in __bootstrap_inner
self.run()
File "C:\Python26\lib\threading.py", line 477, in run
self.__target(*self.__args, **self.__kwargs)
File "C:\Python26\lib\multiprocessing\pool.py", line 225, in _handle_tasks
put(task)
File "C:\Python26\lib\multiprocessing\queues.py", line 279, in __getstate__
return Queue.__getstate__(self) + (self._cond, self._unfinished_tasks)
File "C:\Python26\lib\multiprocessing\queues.py", line 51, in __getstate__
assert_spawning(self)
File "C:\Python26\lib\multiprocessing\forking.py", line 25, in assert_spawning
' through inheritance' % type(self).__name__
RuntimeError: JoinableQueue objects should only be shared between processes through inheritance
oder habe ich eine andere Möglichkeit q zu übergeben??