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

Unable to import init on PyQt5 5.15.1 #248

Open
namanbansalcodes opened this issue Nov 17, 2020 · 1 comment
Open

Unable to import init on PyQt5 5.15.1 #248

namanbansalcodes opened this issue Nov 17, 2020 · 1 comment

Comments

@namanbansalcodes
Copy link

While running the command from visma.main import init on:

Windows 64-bit Python 3.7.4

I got the following error:
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\ProgramData\Anaconda3\lib\site-packages\visma\main.py", line 4, in <module> from visma.gui.window import initGUI File "C:\ProgramData\Anaconda3\lib\site-packages\visma\gui\window.py", line 16, in <module> from PyQt5.QtWebEngineWidgets import QWebEngineView ModuleNotFoundError: No module named 'PyQt5.QtWebEngineWidgets'

I am using PyQt5 v5.15.1, however, I was able to open the GUI on PyQt v5.10

Opening this issue to extend support to PyQt v5.15.1

@Pranoypauljr
Copy link

first of all do work this project in a virtual environment and speaking about the above issue,i also had the same error and resolved it by installing 'PyQtWebEngine' library using pip,just run the below command in cli
->pip install PyQtWebEngine

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

2 participants