To be better able to diagnose loading failures of libsecp256k1-0.dll
this patch adds a more detailed warning print to the failure case where
all tried paths and their errors are listed.
This is a backport of electroncash#2712
Note that sys.exc_info()[0] is not always very useful (it often just says OSError), so I changed the backport to print an even more detailled error.