On 7/18/2010 6:43 PM, Ruud Burger wrote:
I want to create an update function to get the latest build of my
application.
In python I can just overwrite the existing .py files and after
restarting it, all the updates files will be used.
Is there a way to build an .exe with just the python and binary stuff
in it, and my custom .py files and directories outside that?
This way I don't have to update the .exe as it never changes.
Yes: you need to add all the Python module names as excludes and pass it
to the Analysys() call. Then, you can add a final COLLECT() pass to copy
them over the dist directory.
Let me know if you find your way through with this short hint.
This is something that I would like to support out-of-the-box in
PyInstaller (actually, it would simply be supported in Makespec.py). The
commercial name of the feature would be "open-source mode".
--
Giovanni Bajo :: [email protected]
Develer S.r.l. :: http://www.develer.com
--
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.