William Fry

Results 4 comments of William Fry

This now works when I set `use_queues` to `False`. However, I now get the following two errors: ``` TypeError: ('__init__() takes exactly 3 arguments (2 given)', , (u'An error occurred...

Solved this issue by using this repo: https://github.com/jruere/multiprocessing-logging, which was spun out of this post: http://stackoverflow.com/questions/641420/how-should-i-log-while-using-multiprocessing-in-python. All it resulted in was importing multiprocessing_logging and then adding `multiprocessing_logging.install_mp_handler(logger)`