In file named Qt.py: try: from PySide import QtCore, QtGui except ImportError: from PyQt4 import QtCore, QtGui
In each module that you want to use Qt: >From Qt import QtCore, QtGui Regards, Edwin Marshall aka Aspidites ____________________________________________________________ Receive Notifications of Incoming Messages Easily monitor multiple email accounts & access them with a click. Visit http://www.inbox.com/notifier and check it out! _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
