Pyside2 and PyQt5 in Qt creator
-
How I setup Qt Creator for Pyside2 and PyQt5 ??
-
compile to exe
@shashankx86 No, if you want to create an executable then you must use other tools like pyinstaller. QtCreator does not provide support for it.
-
Hi,
Which version of Qt Creator are we talking about ?
-
Latest @SGaist
-
How I setup Qt Creator for Pyside2 and PyQt5 ??
@shashankx86 By default QtCreator will detect the versions of pythons so you should not do anything, and just follow the wizard implemented for PySide.
On the other hand, given the little love given to python by QtCreator, I don't see any advantage, I prefer to use other IDEs like vscode.
-
build option is not working @eyllanesc @SGaist
-
build option is not working @eyllanesc @SGaist
@shashankx86 Python doesn't generate executables so "build" doesn't make sense. You can only run the script. What did you expect to happen when you press the "build" button?
-
compile to exe
-
compile to exe
@shashankx86 Python is an interpreted language, not compiled.
-
compile to exe
@shashankx86 No, if you want to create an executable then you must use other tools like pyinstaller. QtCreator does not provide support for it.