Skip to content

Installing QT Example App

russ_hensel edited this page Dec 27, 2025 · 2 revisions

This app is intended for Python coders, and to be run from an IDE. There is no install script. Yet for a Python coder it should be pretty easy to get running. We assume here you have pyqt5 and an IDE installed [an earlier page].

Download the app, use the zip, clone, or whatever suits your fancy.

Try to run it ( most source code files run the same thing, but qt5_by_example.py or main.py are very reliable. Fix missing depend ices ( requirement.txt may help some, but only after it has been added, pip install wat-inspector may be of use. )

When you have the dependencies installee it will run. Move on.

Clone this wiki locally