Search code examples
pythonpython-3.xdependenciesexepyinstaller

Is it possible to include third party app.exe file inside pyinstaller standalone executable?


I have a simple my_script.py for batch file processing. But it has dependency from third party windows executable app.exe file. So, the question: is it possible to include app.exe inside standalone my_script.exe generated with pyinstaller? Another solution, maybe?


Solution

  • Maybe you can try this one:

    How to include chromedriver with pyinstaller?

    It worked for me and should also work for other .exe