@danchapman Thanks for the tip. I removed the .py files and I was using this one import in last version:
import io.thp.pyotherside 1.4
Everything was working, but in the last update of Ubuntu Touch (2018-W40), the python side is not working.
alt text
In the last UT version I have the package libpython3.5:armhf, then I think the error is coming because the libpython3.4 doesn't exist. But... I'm just importing "io.thp.pyotherside 1.4", the crash (IMO) is coming from the pyotherside from the system (?).
I tried import io.thp.pyotherside 1.5, but same result.
Any help please? Thanks in advance!