[04:02] hello? [04:03] !help | sage1364 [04:03] sage1364: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience === mzanetti_ is now known as mzanetti === JanC is now known as JanC_FOSDEM [13:07] help a newbie out ;) I'm trying to test a javascript scope on my phone but keep getting 'using a custom scopelauncher is not yet supported' [13:12] I've started with the example scope, did not customize the scopelauncher [13:21] I got the SDK to upload my scope to the phone by deleting the ScopeRunner line from my scope's .ini.in file [13:22] now it loads but does nothing [13:22] and it also fails on the desktop, where it was working fine before [13:22] help? [13:27] appdevs how to test a javascript scope on a real phne when I keep getting 'using a custom scopelauncher is not yet supported' message? [14:12] hi there === Elleo_ is now known as Elleo [17:00] any design guys in? [21:05] Hi, i just made a app in python to ubuntu phone but i don't knonw how to run it in my ubuntu phone [21:06] Can someone help me? [21:10] did you use the sdk? [21:14] micael: A simple way to run python *apps* on the phone is to used pyotherside: http://pyotherside.readthedocs.org/en/latest/ [21:15] if you want to run a *script* then copy the script to the phone and use terminal to run it. python3 /path/to/script [21:15] i made my app in pyside [21:16] python, pyside and qml [21:16] with ubuntu conponents [21:16] components [21:20] i think i have to make a click package!? [22:03] yes if you want to ship it, you have to make a package to upload to the store. you will also have to include most of all the python bits in your package as well [22:15] python bits? [22:25] micael: yes, pyotherside (or pyside) etc… [22:26] micael: really, you shoudn't even rely on the interpreter being available. [22:42] It was what he thought [22:43] Thanks :)