try: from PyQt import QtCore, QtGui import pyqt_utils as utils except ImportError: from PySide import QtCore, QtGui import pyside_utils as utils