[OS] - Windows 7 64bit
[Version] - Python 3.4 - PyQt5.4.1
import sys
from PyQt5.QtWidgets import QtGui, QtCore
I cannot import QtGui, QtCore in QtWidgets. I have qtgui.pyd and qtcore.pyd, but I can't import them... Besides, I have QApplication but it's also not imported. Did I install Python3.4 wrongly?
if someone have an idea to fix this, please answer me. I think there is no right answer about this problem for me yet.