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.

asked May 15, 2012 at 5:18

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

answered May 15, 2012 at 7:12
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

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.