Dear all,

Is there a way to activate a Python virtual environment inside Qt Creator, i.e. ensure that all the different commands that Qt Creator is issuing to prepare/analyse/build the current project are run inside a specific virtualenv?

I encounter this problem while trying to use Shiboken/PySide in order to create a scriptable application. I can successfully compile and run the "scriptableapplication" example from Pyside, across Windows, OSX and Linux, using CMake. But when I try to use Qt Creator and qmake, and open the scriptableapplication.pro project in Qt Creator, I get the following message:

    Unable to locate shiboken2-generator. Did you forget to activate your virtualenv?

which is indeed true, the virtualenv is not activated for the shell commands that Qt Creator is issuing.

Thank you for your help.

Kind regards,

George Christodoulides


_______________________________________________
PySide mailing list
PySide@qt-project.org
https://lists.qt-project.org/listinfo/pyside

Reply via email to