The script isn't working, it gives the following error.
File "/storage/emulated/0/Download/FILE/FILE.py", line 12 , in <module> import FILE64 ImportError: dlopen failed: library "/storage/emulated/0/Download/FILE/FILE64.so" needed for dlopened by /data/data/com.termux/files/usr/lib/libpython3.11.so.1.0" is not accessible for the namespace "(default)"
since I can't make changes to your code nor I can see it, my best guess since Android does not support RPATH should be fixed by
libpath = [source_dir]
The script isn't working, it gives the following error.
File "/storage/emulated/0/Download/FILE/FILE.py", line 12 , in <module> import FILE64 ImportError: dlopen failed: library "/storage/emulated/0/Download/FILE/FILE64.so" needed for dlopened by /data/data/com.termux/files/usr/lib/libpython3.11.so.1.0" is not accessible for the namespace "(default)"since I can't make changes to your code nor I can see it, my best guess since Android does not support RPATH should be fixed by
libpath = [source_dir]