Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cannot import QtSql
#1
My program has on line only:
from PyQt4 import QtSql
And 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.
Huh
What am I doing wrong?

(Python 3.4 on WinXP)
Reply


Messages In This Thread
Cannot import QtSql - by panoss - May-30-2017, 12:48 PM
RE: Cannot import QtSql - by Larz60+ - May-30-2017, 04:14 PM
RE: Cannot import QtSql - by snippsat - May-30-2017, 04:25 PM
RE: Cannot import QtSql - by panoss - May-30-2017, 05:10 PM
RE: Cannot import QtSql - by Larz60+ - May-30-2017, 07:47 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020