Hello, I'm new to ubuntu touch, and want to learn it as my Student project.
So I installed Clickable and create example project like other newborn programmer do, "Hello World"
Now it run smoothly with command clickable --desktop
I want to improve it step by step. The first step that I want is import another python library into my .py
but it got this
can you tell me the proper way to import python module and include it when build the click file?
thank you