Thanks for the quick reply.

On 5/4/2011 12:45 PM, Martin Zibricky wrote:
Don Dwiggins píše v St 04. 05. 2011 v 12:14 -0700:

What I'd like to do, to reduce the
amount of extra space and the startup time, is to have the subfolder
contain the exes, minus the dependencies, plus a single copy of each
of
the dependencies, so each exe can find what it needs on startup.
multipackage can't do this exactly as you described.

with multipackage you can do following:
- several .exes in onedir with a single copy of all dependencies of
those .exes in the same dir (test1_multipackage.spec example)

Well, this sounds like what I want. What threw me off in the test1 spec was the comment "file A (onefile pack) depends on file B (onefile pack)". In my case, A won't depend on B, nor B on A; they'll just share the common dependencies. I'll try to cobble up a spec based on this example, though.

Thanks much,
--

Don Dwiggins
Advanced Publishing Technology


--
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