May-30-2017, 12:48 PM
My program has on line only:
If I make other imports from PyQt4 (e.g: from PyQt4 import QtCore or from PyQt4 import QtGui) they work ok.
What am I doing wrong?
(Python 3.4 on WinXP)
from PyQt4 import QtSqlAnd in pyCharm it gets underlined with a red line, 'Unresolve reference'
If I make other imports from PyQt4 (e.g: from PyQt4 import QtCore or from PyQt4 import QtGui) they work ok.

What am I doing wrong?
(Python 3.4 on WinXP)