Closed AdrianButnar closed 3 years ago
This is not an executable application, there is not need of a main.py
.
Examples is more clear that test since this contains functional scripts and there is no way to perform testing that debug visual styles and widgets issues.
Fixed the flag reference thanks.
The main.py
was in your README in the wrong path, I did not say there was a need for one.
What I was pointing out is that there was in no test
directory in the repository as that directory does not exist, as your README erroneously pointed towards (see cd test
in the Running examples section)
There is currently no
test
directory, let alone one containing anymain.py
. A running example that works is in/examples/full_features
and also the flag is changed from--PySide6
topyside6
. Updating the README.md would help others as well.