I'm new to python and have been playing around with it and have ran into a problem using PyQt5. Could someone please explain to me what this means:
ModuleNotFoundError: No module named 'PyQt5.QtWebKit'.
Actually, I think I understand WHAT it means, but how do i fix it? I found a solution in another forum but all it said was QtWebKit needed to be compiled in PyQt5. I don't understand what that means or how to do it.
I should clarify by saying I have installed PyQt5 and I have ran some example scripts with just simple windows with a few widgets. I started getting this error trying to use code from a tutorial on creating a web browser with PyQt5.
I really like the python language and I am wanting to convert a project from Access to python. In the Access project, I have a few WebBrowser controls and I was looking for a GUI toolkit that would allow me to do the same thing using python. I thought PyQt5 would work, but I keep getting the ModuleNotFoundError.
I am using Windows 8.1 if that makes a difference.