-
Notifications
You must be signed in to change notification settings - Fork 0
Installing QT Example App
This app is intended for Python coders, and to be run from an IDE. ( It is expected that you will want to break into the debugger from time to time, an IDE is useful then. ) There is no install script, yet, there may well never be. For a Python coder it should be pretty easy to get running. We assume here you have qtpy and an IDE installed ( Installing QT for Python may be useful )
Download the app, use the zip, clone, or whatever suits your fancy.
Try to run it ( most source code files run the same mani method, but pyq_by_example.py or main.py are especially reliable. Fix missing dependencies ( requirement.txt may help some, but only after it has been added, pip install ( better may be uv pip... )wat-inspector may be of use. )
When you have the dependencies install them. Move on.
Note
- I run in python .12, but I think it runs in .10 and maybe even lower.
- I will help anyone motivated to run this.