I have a zip file with a __main__.py
that executes fine: ./myapp
But inside of this zip, there is a C extension library.so file that must be loaded but this library.so file is not being found.
If I execute the directory (without zipping it), it executes correctly. So it appears the C extensions are not supported or is some configuration issue. Any ideas?