Sorry, missed that
This error seems to be coming from a python library. Running the following command should confirm it
Code:
calibre-debug -c "from multiprocessing.connection import Listener; l = Listener(); import time; time.sleep(5); print l.address"
It should give the same error as before, does it?