I have changed, in the file /usr/lib/calibre/calibre/utils/ipc/server.py, the line 110 self._listener._unlink.cancel() with if self._listener._unlink: self._listener._unlink.cancel()
calibre now start, but i don't know if the error is due for other reasons than controlling the emptiness of self._listener._unlink
Ciao Davide