Skip to content
  • Use python module in qt console application

    Unsolved General and Desktop python qt5.6 psutil
    4
    0 Votes
    4 Posts
    2k Views
    K
    @iNdicat0r In theory not if your app is built with the python lib and shipped with the dll/shared lib. Of course if any python code requires other python modules or libs then you might need to ship these too and set up your PYTHONPATH env var appropriately.