[+] Convinient error messages in python plugin loading.
This fix shows normalized exceptions during plugin-load and proceessing.
For example:
ImportError('/home/node/python/lib/python3.10/lib-dynload/_struct.cpython-310-x86_64-linux-gnu.so: undefined symbol: PyByteArray_Type') instead of ImportError: (null)
Probably should be merged in master as well.