def main(): app = QtGui.QApplication(sys.argv) OBJGui = ConversionTypeSelection() OBJGui.show() app.exec_() sys.exit()