Skip to content

Unable to import init on PyQt5 5.15.1 #248

@namanbansalcodes

Description

@namanbansalcodes

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions