1

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?

Quanti Monati
  • 769
  • 1
  • 11
  • 35

1 Answers1

1

Maybe you can try this one:

How to include chromedriver with pyinstaller?

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

raphi195
  • 98
  • 9