Hi, i'm making an mp3 conversion program in Python, but am kind of stuck now. The conversion routines work, using LAME, but now a i'm building a GUI with GLADE around it, and would like to be able to show LAME's output to the user in a status window in my gui.. but don't know where to start... The command i use to invoke LAME is this : command = ("lame -b " + str(bitrate) + " " + infile + " \"" + dir_outpath + separator + outfile + "\"") |
-- http://mail.python.org/mailman/listinfo/python-list