On Mar 5, 2:42 pm, Giovanni Bajo <[EMAIL PROTECTED]> wrote:
> On 3/4/2008 10:59 PM, [EMAIL PROTECTED] wrote:
> > zipimport.zipimporter) and a corresponding function that is able to
> > scan the executable for eggs . The former is registered by adding it
> > to sys.path_hooks, the latter using pkg_resources.register_finder. The
> > finder is responsible for creating pkg_resources.Distribution
> > instances. This reflects how pkg_resources itself scans directories
> > and zips.
>
> OK. You should be able to do this by using and extending carchive, which
> gives you access to the archive embedded into the executable.
>
> I suggest you read PyInstaller's manual, as it goes into details on how
> the single executable and the one-dir mode works and how they are composed.
OK thanks. If eggs can be stored directly in the archive embedded in
the executable, the strategy should be to determine how to accomplish
the same thing as what zipimporter does with zip archives.
I'll read the manual and see if I can find sufficient information
about PyInstaller's packaging model.
Arve
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---