For future reference for anyone else with this question, I have attached some simple code for being able to open programs:
Qt Code:
def process(self): p.setWorkingDirectory('/usr/bin/vlc') #this is where your program is located p.start('vlc') #p.start('insert program name here')To copy to clipboard, switch view to plain text mode
Bookmarks