Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. File "gausmapscan.py", line 42, in <module>
  2. sky.sample( gallactic )
  3. File "../pylib/skymapsampler.py", line 98, in sample
  4. pool_output = pool.map( self.sample_helper, pool_inputs )
  5. File "/usr/lib/python2.7/multiprocessing/pool.py", line 251, in map
  6. return self.map_async(func, iterable, chunksize).get()
  7. File "/usr/lib/python2.7/multiprocessing/pool.py", line 558, in get
  8. raise self._value
  9. cPickle.PicklingError: Can't pickle <type 'instancemethod'>: attribute lookup __builtin__.instancemethod failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement