On vendredi 05 mars 2010, Edwin Marshall wrote: > 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
It works fine! Thanks :o)
--
Frédéric
http://www.gbiloba.org
_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside
