2

Simple question: I have a python program which launches an executable. The launcher uses optparse module to setup the run and lauch the binary through shell.

Is it possible to bundle the laucher and the binary into a single package? Platform of interest is Linux.

1 Answer 1

2

using pyinstaller for example you could add the executable file as a resource file, it extracts the resources to a temp folder, from there you can access your resource files as you want

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.