2008/12/12 Phil Thompson <phil at riverbankcomputing.com>: > A class in PyQt should have the same name as the class in Qt if at all > possible. ever tried from PyQt4.QtCore import * from PyQt4.QtGui import * from PyQt4.QtSql import * ?