Skip to content

[+] Convinient error messages in python plugin loading.

Dmitry Puzyrkov requested to merge features-python-convinient-errors into develop

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.

Merge request reports