python your_simpsons_main_filename.py
"WARNING: Phonon needs QCoreApplication::applicationName to be set to export audio output names through the DBUS interface."
if __name__ == "__main__": app = QApplication(sys.argv) QApplication.setApplicationName("Simpsons Sounds") ... rest of the file... etc