Hello!
I am writing a python app that is basically a wrapper for
another .exe. I want to compile the python app into a .exe using
PyInstaller which I can do. Is there a way to "bundle" extra files
(Like other .exe's or text files) into the pyInstaller .exe that it
creates, and a way to "extract" them from the .exe from within python?

~Tom

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to