Hi there

Good to know something is on the radar.  For my part I'd like to be able to
share common set of extensions and dlls between several applications.  I
already exclude all the dlls that are installed as part of our normal
install process, but I'm left having to embed the python.dll and our custom
python module (which contains lots of .pyd compiled code) into each
application.  Ideally I could put this and the python.dll in some kind of
support bundle and save myself as much space as possible.

Look forward to seeing what gets baked.

Jamie

On Mon, Nov 10, 2008 at 6:50 PM, Don Dwiggins <[EMAIL PROTECTED]>wrote:

>
> Giovanni Bajo wrote:
> > OTOH, what you really want is to share as much as possible between your
> > executables. I'm going to add support for this quite soon (probably
> > within November, since it's a customer request): the idea is that a
> > single .pkg file will be built, containing all the dyanamic libraries
> > and Python modules required for all the binaries. Then, you would simply
> > get lightweight executables with only the boot scripts inside.
>
>
> I'm looking forward to this; I've got a set of related utilities that
> I've built as single-file executables, mostly out of laziness.  I'd
> really like to redo this as you describe.  Question: would this require
> a particular directory structure, or would there be a configurable way
> to tell an executable where to look for its library?
>
> (Actually, going a bit further, it'd be even nicer to have multiple
> libraries, so. e.g., a subset of the executables that share modules and
> binaries could reference the subset's library and the full set's
> library, maybe via a kind of path mechanism.  No hurry for this from me,
> though; just fantasizing.)
>
> --
> Don Dwiggins
> Advanced Publishing Technology
>
>
> >
>


-- 
Jamie Kirkpatrick
07818 422311

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