#!/usr/bin/python3 from isodumper import isodumper import yui app = isodumper.IsoDumper() app.run() # next line seems to be a workaround to prevent the qt-app from crashing # see https://github.com/libyui/libyui-qt/issues/41 yui.YUILoader.deleteUI()