Does anyone know why I can't open my Python programs?
For example, I've just written a program for taking notes, with cool functions and so on. I can run this Python script normally. However, a simple browser or something similar only opens for 1 millisecond, or I can open it, but an error message pops up saying "qt5core.dll is missing." But when I add all the "missing" DLL files, the browser still doesn't work, or the error dialog doesn't go away. If anyone knows what's causing this, please let me know. Thanks!
You need to download a Python compiler that your PC knows what Python is. As a review use the website Programiz
Ooh, that’s the problem.
I guess you didn’t install Qt properly.
but I have installed pyqt5 and pyqt5webeingine core correctly
this is the code for the browser(I have already tried everything, even from a tutorial but nothing goes):
And what if you import PySide PyQt5/6 instead?
And what?
do they?