You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded your code to Windows and I am getting the following error messages. Did you get it to run in windows? Any advise?
c:\...> python main.py
Traceback (most recent call last):
File "C:\...\BankTextCategorizer\GUI\main.py", line 7, in <module>
from summary import SummaryTab
File "C:\...\BankTextCategorizer\GUI\summary.py", line 3, in <module>
from QtWebEngineWidgets import QWebEngineView
ModuleNotFoundError: No module named 'QtWebEngineWidgets'
Implement functions into gui.
The text was updated successfully, but these errors were encountered: