here is my code
like this your_Po = ('C:\Qt\5.13.1\mingw73_32\bin\designer.exe' , 'C:\Qt\5.13.1\mingw73_32\bin\designer1.exe',
'C:\Qt\5.13.1\mingw73_32\bin\designer2.exe')
if mybuffer == "b'Open'": print("Program is Opening") your_Po = (r'C:\Qt\5.13.1\mingw73_32\bin\designer.exe') fp = os.popen(your_Po) #use os.popen for get out from loopbut if i have 3 program with different path how I can open it with list of my 3 path of program?
like this your_Po = ('C:\Qt\5.13.1\mingw73_32\bin\designer.exe' , 'C:\Qt\5.13.1\mingw73_32\bin\designer1.exe',
'C:\Qt\5.13.1\mingw73_32\bin\designer2.exe')
