My problem is that I can perfectly, in the ubuntu's terminal, type :
from PyQt4 import QtCore, QtGui
There are no errors.I think it means that python3.4 has all the modules I want.
However, when I type those lines in PyCharm (with the 3.4python interpreter) it tells me :QtGui is an unsolved reference
.
It drives me crazy. Any ideas about the problem ? Thanks a lot.