what should I do in QtCreator to be able to run python apps?
-
I have Python interpreter in kits section, but when I hit run button it starts to build but never ends
I also tried to run that code in terminal and pycharm, both works just fine, here's kits options in QtCreator:

is there anything I should do to make it run? -
This looks like a duplicate of https://forum.qt.io/post/808991
Just check our documentation, it's all described nicely! -
PyQt is not part of Qt and not supported in this forum. It's made by Riverbank Computing.
Your other post is writing about pyside, which is indeed from Qt.
You posted exactly the same screenshot in https://forum.qt.io/post/808991.
We established that it doesn't work, because you actually want to combine Python with QML and use the widget designer, the latter being the reason for the failure.Now you post the same screen shot again, asking why Qt Creator doesn't work with a Python product that has nothing to do with Qt Creator.
I am confused, honestly. -
the problem is it doesn't show any errors, just gets stuck at building without any messages, and about PyQt I tried both PySide and PyQt both and no luck
this is compile output of program:
it doesn't progress any, I let it run for 10mins and no progress but when I run with terminal it runs so fastmy issue is why same app runs when I run it in QtCreator terminal but it doesn't run when I try the run button in QtCreator if that's confusing sorry
its an example from this page tried to run in QtCreator but its stuck on build, while it runs from QtCreator terminaland now it shows this message in compile output:

-
Post the code of your program, using the code formatting tags.
-
So we're back to running QML, extended by Python, which makes this topic a duplicate.
I'll lock this topic. Follow my advice on https://forum.qt.io/post/808991. -
A Axel Spoerl locked this topic on