xmikos / qhangups

Alternative client for Google Hangouts written in PyQt
GNU General Public License v3.0
61 stars 9 forks source link

Cannot import name QtCore #32

Open dhighet opened 7 years ago

dhighet commented 7 years ago

When executing qhangups I get the following

Traceback (most recent call last):
  File "/usr/local/bin/qhangups", line 7, in <module>
    from qhangups.__main__ import main
  File "/usr/local/lib/python3.3/dist-packages/qhangups/__main__.py", line 5, in <module>
    from PyQt5 import QtCore, QtGui, QtWidgets
ImportError: cannot import name QtCore