2017-02-11, 19:03
(2017-02-11, 13:50)Koying Wrote: And that has little chance to work on droid:
Code:subprocess.call('chmod +x ' + __path__ + '/bin/*', shell=True)
cmd = __path__+'/bin/transmission.start '+__path__
subprocess.call(cmd, shell=True)
I just now realized, that code is exactly, what I have done too. And it gave me the error, that I copied at #11.