hello I'm having a problem, I have 3 .so in my bundle
but the module that needs them cant find them.
It uses ctypes.util.find_library to search them and cant find them.
I have added a little code to check it and its true, eh LD_LIBRARY_PATH is pointing to the bundle ok.
Any ideas?