<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
i'm making an mp3 conversion program in Python, but am kind of stuck
now.<br>
The conversion routines work, using LAME, but now a i'm building a GUI<br>
 with GLADE around it, and would like to be able to show LAME's output<br>
 to the user in a status window in my gui.. but don't know where to
start...<br>
<br>
The command i use to invoke LAME is this :<br>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Generator" content="Kate, the KDE Advanced Text Editor">
<span style="color: rgb(128, 128, 128);"><i>command = ("lame -b " +
str(bitrate) + " " + infile + " \"" + dir_outpath + separator + outfile
+ "\"")</i></span><br>
<br>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
         
<meta name="Generator" content="Kate, the KDE Advanced Text Editor">
<b><span style="color: rgb(128, 128, 128);"></span></b><span
 style="color: rgb(128, 128, 128);"><br>
<br>
</span>
</body>
</html>