visma icon indicating copy to clipboard operation
visma copied to clipboard

Problem In running

Open netkeojas opened this issue 6 years ago • 1 comments

I tried to run on Ubuntu 18.04 bionic and had the following error

>>> from visma.main import init Traceback (most recent call last): File "", line 1, in File "/home/ojas/.local/lib/python3.6/site-packages/visma/main.py", line 4, in from visma.gui.window import initGUI File "/home/ojas/.local/lib/python3.6/site-packages/visma/gui/window.py", line 16, in from PyQt5.QtWebEngineWidgets import QWebEngineView ModuleNotFoundError: No module named 'PyQt5.QtWebEngineWidgets'

netkeojas avatar Sep 30 '19 19:09 netkeojas

pip3 install -r requirements, try running this first to install requirements for VisMa. If possible, try discussing the problem on Zulip channel before opening the issue.

mayankDhiman avatar Oct 02 '19 09:10 mayankDhiman