Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependencies do not load PyQt5.QtWebKit #5

Open
mMerlin opened this issue Oct 24, 2018 · 0 comments
Open

dependencies do not load PyQt5.QtWebKit #5

mMerlin opened this issue Oct 24, 2018 · 0 comments

Comments

@mMerlin
Copy link

mMerlin commented Oct 24, 2018

python Quark_Note_Taker/quark.py
Traceback (most recent call last):
  File "Quark_Note_Taker/quark.py", line 51, in <module>
    from mainwindow import MainWindow
  File "/home/phil/development/workspace/python/Quark_Note_Taker/mainwindow.py", line 53, in <module>
    from PyQt5.QtWebKit import *
ModuleNotFoundError: No module named 'PyQt5.QtWebKit'

Doing research, I found: https://stackoverflow.com/questions/50769024/modulenotfounderror-no-module-named-pyqt5-qtwebkit with a comment that says Use QtWebEngine, QtWebkit is deprecated. – eyllanesc
Manual testing

$ python
Python 3.6.6 (default, Jul 19 2018, 16:29:00) 
[GCC 7.3.1 20180303 (Red Hat 7.3.1-5)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from PyQt5.QtWebEngine import *
>>> from PyQt5.QtWebKit import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'PyQt5.QtWebKit'

No idea what the api differences between those are.

Environment:

$ uname -rv
4.18.13-100.fc27.x86_64 #1 SMP Wed Oct 10 18:34:01 UTC 2018

$ pip list
Package    Version
---------- -------
cffi       1.11.5 
misaka     2.1.0  
pip        18.1   
pycparser  2.19   
pyenchant  2.0.0  
Pygments   2.2.0  
PyQt5      5.11.3 
PyQt5-sip  4.19.13
setuptools 40.4.3 
wheel      0.32.2 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant