qpython with sl4a library -
i've been googling around , found people showing scripts importing sl4a instead of androidhelper. when try receive 'no module named sl4a'. run in qpython3? have sl4a arm in qpython's site-packages folder. tks.
in qpython2, sl4a module package inside androidhelper. in fact, sl4a module imported inside androidhelper
you can either below import sl4a alone in qpython2
from androidhelper import sl4a # or import androidhelper.sl4a sl4a # or import androidhelper # access sl4a androidhelper.sl4a
in qpython3, both sl4a , androidhelper module within sys.path can import of them
Comments
Post a Comment