Please see the attached traceback, the system is running Debian 10 on Linux x86_64.
Traceback (most recent call last):
File "server.py", line 174, in <module>
main()
File "server.py", line 147, in main
libabc = ctypes.cdll.LoadLibrary("libabc.so")
File "ctypes/__init__.py", line 442, in LoadLibrary
File "site-packages/PyInstaller/loader/pyiboot01_bootstrap.py", line 149, in __init__
File "site-packages/PyInstaller/loader/pyiboot01_bootstrap.py", line 135, in _frozen_name
AttributeError: 'function' object has no attribute 'path'
[20149] Failed to execute script server
I am building the binary with the --add-binary "libabc.so:." option.
Thank you for looking,
Jerome