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

ImportError: No module named QtWebKit #6

Open
moithil opened this issue Apr 10, 2018 · 2 comments
Open

ImportError: No module named QtWebKit #6

moithil opened this issue Apr 10, 2018 · 2 comments

Comments

@moithil
Copy link

moithil commented Apr 10, 2018

The program installed with no error but when running it throws:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/moithilb/virtualenvironment/SerialApp/local/lib/python2.7/site-packages/webui/__init__.py", line 1, in <module>
    from webui import *
  File "/home/moithilb/virtualenvironment/SerialApp/local/lib/python2.7/site-packages/webui/webui.py", line 4, in <module>
    import PySide.QtWebKit as web_core
ImportError: No module named QtWebKit

I have found that qtwebkit has been deprecated and qtwebengine has to be used. Is there any quick workaround to solve the issue?
I have installed dependencies and libraries inside virtualenv.

@Widdershin
Copy link
Owner

Try installing directly from this git repo, the webui package is out of date.

If anyone is interested in becoming the maintainer of this repo I would love to hand it off, I have no interest in supporting this library going forward.

@PiecePaperCode
Copy link

pip install PyQtWebEngine
will solve your problem

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

3 participants