Message from Python discussions

November 2018

— Login_path = self.login_path
r = login_path() if callable(login_path) else login_path

i want to know what ups mean?thanks

Message permanent page

— 

 
prog = subprocess.Popen(cmd, stdin = subprocess.PIPE, stdout = subprocess.PIPE,shell=True)

how can i insert command to the cmd win that opened ?
already tried:
prog.communicate()...
os.system()..

— Import androidhelper

droid = androidhelper.Android()
droid.startActivity('android.intent.action.VIEW', 'vnd.youtube:3nH_T9fLd_Q', None, None, False, None, None)

Message permanent page

— How open url?

— Wat is it

— Just run a script ?

— Dont want that

— Why not

— 

im setting this err:
self.stdin.write(input)
TypeError: a bytes-like object is required, not 'str'

— Hi

— It explains the issue

— Cause i wanna do diff command each time with gui..