Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. what is the command line to deploy webengine for a python (.py) file that relies on it?
Forum Updated to NodeBB v4.3 + New Features

what is the command line to deploy webengine for a python (.py) file that relies on it?

Scheduled Pinned Locked Moved Unsolved QtWebEngine
1 Posts 1 Posters 127 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MonkeyBusiness
    wrote on 3 Mar 2025, 08:31 last edited by MonkeyBusiness 3 Mar 2025, 09:23
    #1

    I have a c++ application that will execute a python code when called for. The code relies on webengine.
    From what I know, windeployqt command only works on exe and dll. How to make it work on python file?
    Also, is there a chance to do so with Qt VS tools on Visual Studio 2022?

    Right now I can only specifically run copy commands to move webengine relied files to my executable directory.

    or maybe not possible to do what I asked,
    but is there a command to deploy webengine like QtWebEngineProcess.exe, resources (.pak) files, translations (.qm) files to executable directory? Right now only dll and qm are deploy with my command
    windeployqt --webengine <path_to_exe>

    1 Reply Last reply
    0

    1/1

    3 Mar 2025, 08:31

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved