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!

(2 votes)
Loading...

Similar Posts

Subscribe
Notify of
5 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
HeRa1401
8 months ago

You need to download a Python compiler that your PC knows what Python is. As a review use the website Programiz

cleanercode
8 months ago

Ooh, that’s the problem.

I guess you didn’t install Qt properly.

cleanercode
8 months ago

And what if you import PySide PyQt5/6 instead?

And what?

sys.exit(app.exec_())

do they?