Fix print out for callback error
Closes #683 (closed)
The origin is that, compared to the boost, pybind11 fetches error from stack, so the consequent CPython PyErr_Print call just does not have a error in stack to be printed.
Fixed
Edited by Yury Matveev